Hello experts,
i have a question regarding proxypass in OHS. my application is working fine when i am doing a proxy to two locations using two virtualhosts. one location is a TLS1.2 and other one is TLS1.0
Virtualhost ABC:443
proxypass / proxypassreverse / SSLProxyProtocol -ALL +TLSv1.1 +TLSv1.2
Virtualhost ABC:4443
proxypass /sample proxypassreverse /sample SSLProxyProtocol ALL -TLSv1.1 -TLSv1.2
so question is can i have all these configurations on a single (virtualhost ABC:443). Tried all possible ways to make work but if TLS1.2 is working then TLS1.0 is giving bad gateway and if TLS1.0 is working then TLS1.2 is giving bad gateway.
Idea is to have it in single URL so users wont see the port number.
hope my question is valid
Appreciate your help!!!
-Kanna
i have a question regarding proxypass in OHS. my application is working fine when i am doing a proxy to two locations using two virtualhosts. one location is a TLS1.2 and other one is TLS1.0
Virtualhost ABC:443
proxypass / proxypassreverse / SSLProxyProtocol -ALL +TLSv1.1 +TLSv1.2
Virtualhost ABC:4443
proxypass /sample proxypassreverse /sample SSLProxyProtocol ALL -TLSv1.1 -TLSv1.2
so question is can i have all these configurations on a single (virtualhost ABC:443). Tried all possible ways to make work but if TLS1.2 is working then TLS1.0 is giving bad gateway and if TLS1.0 is working then TLS1.2 is giving bad gateway.
Idea is to have it in single URL so users wont see the port number.
hope my question is valid
Appreciate your help!!!
-Kanna