Sun Web Server 6.1 Reverse Proxy, changes protocol https to http
807567Feb 5 2009 — edited Feb 11 2009Hello, I've a problem with reverse proxy plugin on web server 6.1
I've configured the magnus and obj.conf
<Object name="server.example.com">
ObjectType fn="check-passthrough" type="magnus-internal/passthrough"
Service type="magnus-internal/passthrough" fn="service-passthrough" servers="http://10.xxx.xxx.xxx:80"
</Object>
The back server(http://10.xxx.xxx.xxx:80) is an apache server, and that server it's configured with mod_jk for connect it to a Jboss server.
All request over HTTP works perfectly, but when a request is made it over HTTPS, the first response is ok, but all redirects or links are generated with HTTP on port 433.
The sun web server has a certificate installed and its returned ok, the problem is the change of protocol, from HTTPS to HTTP. I need all conversation on HTTPS
Thanks for your help!