SSL certificate problem

Issues related to configuring your network
BShT
Posts: 584
Joined: 2019/10/09 12:31:40

Re: SSL certificate problem

Post by BShT » 2022/07/20 12:27:32

a proxy?

an example

<VirtualHost *:443>
ProxyPreserveHost On
ProxyPass / http://127.0.0.1:5000/
ProxyPassReverse / http://127.0.0.1:5000/

...

</VirtualHost>


change 5000 to your port

Post Reply