Hi guys,
We just installed an SSL certificate in servoy 5.2’s tomcat to use the webclient with https, but it acts strange.
- on Safari the login will open with https but when we’re in the app it’s http.
- on Firefox the SSL is not used at all though we open the page with https.
We have the webclient inside an iframe with a html page.
Another issue is that I used the settings from here: http://wiki.servoy.com/display/public/D … rcingHTTPS to enforce http to https and it’s OK, except that the urls to our server that I’m using in my code I have to manually change them to https because the redirect is not made.
And more important is that no redirect is done for .jsp files that are called external or any RESTful API calls.
The response I get from the server if I call a RESTful method is this:
<html><head><title>Apache Tomcat/6.0.20 - Error report</title><style></style> </head><body><h1>HTTP Status 404 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.20</h3></body></html>
The error actually is:
The requested resource () is not available
While if I remove the security forwarding constraint from web.xml it works.
Any ideea?
Thanks! Bogdan.