On Apr 18, 2013, at 5:40 AM, [email protected] wrote: > Weblogic 10.3.5 > ATS 3.4.0 > > Try to use ssl termination on ATS > > remap.config > map https://revproxy1:port1/ http://originserver:port2/ > remap http://originserver:port2/ https://revproxy1:port1/ > > On the initial screen > https://revproxy1:port/appname was getting > http://revproxy1:port/appname > It removed the https and the fonts and screen messed up on browser.
I don't know that there's enough information here to give a specific solution. One possibility is that the application is serving pages that have URLs to the origin rather than to the proxy. Another possibility is that you have not remapped all the necessary URLs. You should examine the HTML the application is serving and check that all the URLs in there are what you expect. > > When I put > https://revproxy1:port/appname/ > it works for the login but messes up at least one key jsf page > > Oracle has some guidelines for working with a proxy server like apache httpd. > Does anyone know how to do it with trafficserver? >
