10-19-2004 04:39 PM
I'm migrating from an SCA to a CSM/SSL Proxy module.
I've run into an issue with the SSL Module and URL rewrites. It seems that it does not rewrite urls in the webpage itself.
The SCA has this functionality, and rewrites all https url's in a page to https. It has been working perfectly for us for some time.
The documentation on the SSL module says that it does not rewrite embedded URLs! Ack. This is terrible!
This means that web developers have to rewrite their code to have all urls say https, which is a LOT of work.
Does anyone know if what I am saying is correct? Is it on the roadmap to fix this to match the capabilities of the SCA?
Thanks!
MW
10-21-2004 01:28 AM
Hi,
i think you are right and it is almost impossible in my opinion to fix this a HTML rewrite has to take palce and therefore the whole page has to be analysed. How should the SSL-Module determin if a HREF is wanted to be HTTPs or not. Image a HREF on your encrypted page pointing to a site which is not capable to run HTTPS. If rewriting this the link will fail. So in my opinion there is no way to do this.
sorry,
Joerg
10-21-2004 11:17 AM
The SCA does embedded URL rewrites right now.
I don't see why this functionality wasn't added to the SSL-proxy module from the beginning.
Since it is clear text to the origin server it would be easy to parse this and change all http: URLs to https:
Ahh well.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide