CSS11506 SSL issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2007 07:38 AM
Well, I got the CSS working fine with terminating all inbound SSL connections to a backend server port 7777
However 1 problem has come up. When I have the oracle admins trying to upload a file to the backend webserver via the proxy and their webpage upload feature, the first attempt always gives me a page not found error. If I go back via the browser arrow and then retry the upload it works everytime..
Any idea what could be going on here ?
Cheers
Dave
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 05:31 AM
Hi Dave,
if I understood. SSL connection is terminated on the CSS? if true, isn't there any problem with HTTP redirect from server? in other words, client try connect httpS://doman/something and server, because SSL is terminated on the CSS, server return http://... (no httpS://...) in redirect request and here is a problem.
maybe sniffer output will be helpful...
martin
