HTTPS proxies for an existing HTTP application

I have a running HTTP web application, and I ran into problems to get it working through HTTPS.

I am thinking about accepting some HTTPS proxies that accept user requests and redirect them to an HTTP web application.

What do you think about this? and how can i do this?

+3
source share
3 answers

Configuring stunnel is not a problem - and it is available for Unix / Linux / Posix / MSWindows (you could mention the OS you are using).

(You can also run the program for encryption or decrpyt, on the server or on the client side)

+3
source

Apache Httpd () HTTPS mod_proxy_http HTTP-. , , , - , , .

, , HTTPS (, Apache Tomcat HTTPS true).

+1

Apache httpd reverse proxy ?

0
source

Source: https://habr.com/ru/post/1771920/


All Articles