Blank page when using self signed certificate on wamp

pauljosep

New member
i have wamp installed on windows with self signed certificate on it
my exeoutput application home page has an iframe like this
<object class="objects" data="https://192.168.29.60/" type="text/html"></object>
when i load the exe, the page displays a blank.

if i directly open the html file with this iframe from the chrome browser on other pc it opens up fine so i think something to do with exeoutput settings.

I have tried clicking box user secure https for internal protocol, also without it, also tried in application settings > rendering engine >web security > state disabled also

I think it has something to do with self signed certificate. in developer tools it shows as cancelled when the iframe loads and tries to connect to the ip address.

Please advise
 
Back
Top