No access to https through a new port

That’s not a redirect, it’s a proxy. (There is also RedirectMatch, but that’s not the right way to solve this particular problem. Redirecting and Remapping with mod_rewrite - Apache HTTP Server Version 2.4)

I did it like this:

<HostVirtual 162.19.89.212:443 [2001:41d0:306:2cd4::]:443>

. . .

SSLProxyEngine enabled
SSLProxyCheck none
SSLProxyCheckPeerCN disabled
SSLProxyCheckPeerName disabled
SSLProxyCheckPeerExpire disabled
ProxyVia disabled
Proxy requests disabled
ProxyPreserveHost enabled
ProxyPass/http://localhost:8000/
ProxyPassReverse / http://localhost:8000/

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.