You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently don't expose that and I don't think we should do it and I think we should expose handles to the underlying platform-specific Webview type.
We are currently exposing Webview2 Controller, so only Webkit2gtk and WkWebView handles are missing.
amrbashir
changed the title
How to set TLSErrorsPolicy to Ignore
feat: expose native handles to the underlying webview type
Feb 13, 2022
Thanks for considering this. I'm trying to connect a Tauri app to a server with a self-signed SSL certificate, which fails.
This works fine with a PWA app (chromium) since I'm able to add a custom root certificate on the client side.
I barely started learning rust, but I have the latest Tauri source code, so where would be the best place to hack this for now so my Tauri client app accepts self-signed server certificates?
How do I set TLSErrorsPolicy to Ignore using set_tls_errors_policy on WebContext/DataManager?
Is there a configuration setting for this?
The text was updated successfully, but these errors were encountered: