cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
286
Views
0
Helpful
1
Replies

CSS11506 SSL issues

dclee
Level 1
Level 1

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

1 Reply 1

Martin Kyrc
Level 3
Level 3

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