Error Handler: URL protocol becomes httpss!
We're having a hard time finding the cause of a strange problem. After we have enabled SSL on our publish instance, the error handler is page for 404s is behaving in a weird fashion: the JSP is receiving the original request, but the protocol is "httpss" (yes, another 'S', this is not a typo)
Have you ever seen something like this? I mean, the error handler mechanism is Sling and we haven't tampered with it other than enabling our own 404.jsp in /apps/sling/servlet/errorhandler
Again, if I inspect, inside the 404 JSP, the request URL:
request.getRequestURL().toString();
the URL protocol is httpss://..
Thanks you.
JS.