When accessing HTTP, it prompts that insecure connections are not supported. How to remove the prompt
itmeicn opened this issue · 6 comments
itmeicn commented
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.
itmeicn commented
I tested webview.settings['SSL'] = True or webview.settings['SSL'] = False ,it not resolved。