Thanks for your response. I have test Tomcat with secure="trust" and I
have got a proxy error response. This is the configuration directives
from apache where proxypass is done:
...
ProxyPassReverse /formae http://127.0.0.1:9080/formae
RewriteRule ^/formae(.*) http://127.0.0.1:9080/formae$1 [P,L]
Hey,,
please use secure="true"
Don't forget to create the Server keystore.
Please read the Connector docs:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html
Regards
Peter
Luis Fernando Pardo schrieb:
Hello,
I have ju
Hello,
I have just upgraded my tomcat version from 5.0.16 to 5.0.29 and I have
found a problem with the request.getScheme method. I have set apache
server to listen on 443 port (SSL) and proxypass to Tomcat on local
address (127.0.0.1) and port 9080. This is the connector configuration
in Tomca