KevinnZou / compose-webview-multiplatform

WebView for JetBrains Compose Multiplatform
https://kevinnzou.github.io/compose-webview-multiplatform/
Apache License 2.0
305 stars 39 forks source link

Compatibility with using self-signed certificates #122

Open jkjamies opened 2 months ago

jkjamies commented 2 months ago

I haven't been able to find a way to have a self-signed certificate work with my server, resulting in CertVerifyProcBuiltin, ERROR: No matching issuer found. I have VLCJ running, and it works properly from my https video stream with the certificate installed on my Ubuntu system.

Running on: Desktop, Ubuntu

ssl_client_socket_impl - handshake failed; returned -1, SSL error code 1, net_error - 202

Has anyone encountered this and overcome it?

Would be nice if there was a way through this library to ignore and/or add certificate usage.

nickfaces commented 2 months ago

@jkjamies For androidApp you can just use https://developer.android.com/privacy-and-security/security-config

jkjamies commented 2 months ago

@nickfaces, I appreciate the response! I am running this on Desktop via Ubuntu, however.

KevinnZou commented 2 months ago

@DatL4g Could you have a look at this issue?