SSL, Web app in frame

Hi,

I have a web app and it is displayed in a frame. I tried putting some php before the frame to force ssl but that seems to cause the app not to load, especially in Chrome.

Is there some way to force a secure connection in WE?

Thanks Rich

[quote=88298:@Richard Albrecht]…
Is there some way to force a secure connection in WE?
Thanks Rich[/quote]

http://www.xojo.com/blog/en/2014/01/web-standalone-ssl.php

What I did is to secure the webapp (see blog link above) and then load it (https:// …) into an iFrame of a website, which was also called with https. Like this I avoid any browser error messages and it works.

I’m not sure whether this answers your question?