So I have a need to forward HTTPS to another server... that end server. I cannot run HTTPS on that end server for reasons.
So the traffic would look like this:
internet -> forwarder (with certificate) 1.1.1.1 -> http server 1.1.1.2 -> internet
or to maintain encryption? would it need to be:
internet -> forwarder (with certificate) 1.1.1.1 -> http server 1.1.1.2 -> forwarder -> internet
I will be using either CentOS or Ubuntu for the forwarder. The forwarder would host the certificate and would be on a different server than the HTTP server. I was thinking I should be able to do this with a Linux server running apache or nginx. But I'm not entirely sure how to go about setting this up. Is there a good guide out there somewhere?
The 1.1.1.2 server can have a certificate, it's just that it's old and does not support TLS 1.2. And it's not going to be easy to move. So until we can get the application rebuilt on a new server, I'm looking for a way to keep it usable.
thank you.
So the traffic would look like this:
internet -> forwarder (with certificate) 1.1.1.1 -> http server 1.1.1.2 -> internet
or to maintain encryption? would it need to be:
internet -> forwarder (with certificate) 1.1.1.1 -> http server 1.1.1.2 -> forwarder -> internet
I will be using either CentOS or Ubuntu for the forwarder. The forwarder would host the certificate and would be on a different server than the HTTP server. I was thinking I should be able to do this with a Linux server running apache or nginx. But I'm not entirely sure how to go about setting this up. Is there a good guide out there somewhere?
The 1.1.1.2 server can have a certificate, it's just that it's old and does not support TLS 1.2. And it's not going to be easy to move. So until we can get the application rebuilt on a new server, I'm looking for a way to keep it usable.
thank you.