Hello,
Two years ago, Sametime Proxy support behind reverse proxy ? Anthony Payne wrote "...If you intend to do SSL Termination at the RP, there are some configuration steps for the server and web xml documents..."
At the moment we install HCL Sametime 11.6 IF2 Proxies on RHEL 8.5 VMs from the scratch. We will run them behind a Loadbalancer. We intend to perform SSL offloading on the LB. What configuration steps are required for the server and the web xml documents?
Thanks in advance!
I think this is documented either thru a TN or thru the formal documentation.
a) in server.xml - in the connector configuration for 8080, remove the 'redirectPort=8443' parameter
b) in web.xml - find the "<transport-guarantee>" setting and change it from "CONFIDENTIAL" to "NONE"
restart the Sametime Proxy server for the changes to take affect.
Please note that ALL client connections coming to the Sametime Proxy must be TLS based - we do not support this mode except behind a properly configured loadbalancer doing SSL termination.
Thank you! A few seconds before your answer i found this article Sametime 11 Proxy Server - how to disable HTTP to HTTPS redirection
It is tedious to gather all the needed information, so I am very glad to get competent answer so quickly :-)