SSL in Webclient

I have set-up tomcat to run on port 8443 with SSL and the Servoy admin, and webclient homepages come up with the trusted https logo.

As soon as i click into the web client the logo on the browser url bar turns back to a traditional globe and has no site information.

Is this normal, or does this show that it is only the Servoy admin and webclient root pages that are being server as https?

[attachment=1]Screen Shot 2013-03-29 at 10.06.39.png[/attachment]

[attachment=0]Screen Shot 2013-03-29 at 10.07.07.png[/attachment]

I will reply to myself.

The problem is fixed.

Anyone doing SSL needs to make sure that any references to external api, such as google in either CSS or Templates are also set to the SSL equivalent.

In my case I was using google charts in the templates folder and these were causing the issue. I reset them to https and it fixed the issue.