Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Sun Web Server 6.1 Reverse Proxy, changes protocol https to http

807567Feb 5 2009 — edited Feb 11 2009
Hello, 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 11 2009
Added on Feb 5 2009
5 comments
190 views