If you are experiencing problems with either the reverse proxy or secure proxy you can configure SSL-Explorer to log the HTTP requests it sends to back-end servers. These can be used to compare against the direct requests sent by the browser to the back-end server so that any problems can be identified and reported to 3SP.
First you will need to turn on HTTP debugging within SSL-Explorer, locate the file $SSLX_HOME/conf/system.properties and insert the following lines at the bottom
Then after restarting the SSL-Explorer server every web forwarding HTTP request sent by SSL-Explorer to a back-end server will be logged into the directory specified in the configuration.
In order to resolve web forwarding problems we need to examine the original HTTP requests sent by the browser and the HTTP responses received from the back-end server. Currently we use HTTPWatch from http://www.httpwatch.com/ to record this output. This provides us with a base to then examine the translated requests made by SSL-Explorer, normally the problem lies with the translated request not doing something it should (or doing something it shouldnt!).