r0x0r/pywebview

When accessing HTTP, it prompts that insecure connections are not supported. How to remove the prompt

itmeicn opened this issue · 6 comments

Every time you visit, it prompts whether you can cancel it directly to the page
image

r0x0r commented

There is an option for ignoring certificate errors, but counterintuitively it is enabled only when webview.settings['SSL'] = True (it is originally intented for supporting SSL connections in local http server). Try that.

I tested webview.settings['SSL'] = True or webview.settings['SSL'] = False ,it not resolved。