HTTP -> HTTPS Proxy
October 09, 2018 11:27AM
Hi. We're developing an extension for an existing embedded hardware.
The device does not offer SSL but communicates with a server through HTTP.

We're building a hardware extension that acts as a HTTPS proxy with offloading of the SSL/TLS functionalitiy.

The device sends HTTP packets, our hardware extension (running Linux on arm) converts this to a HTTPS connection.
All SSL functions are done in the extension.

I figured it should work with nginx Proxy/ReverseProxy functionality.
So far I only came accross redirection which again gives the device a https url which it can't handle.

One idea would be that the extension is the http endpoint, unpacks the data and packs it again in HTTPS.
The extension should act as the only client that talks directly to the server.

This is basically the reverse view of "regular" ssl offloading done as a load balancing function.

I would really appreciate some help or some direction to look at.
Thanks
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 216
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready