Qt5 how to use personal certificate to connect https server?
General and Desktop
1
Posts
1
Posters
746
Views
1
Watching
-
I’m opening QWebView and loading https://xxx.xx.xx which requires from client to pass p12 certificate.
All browsers displaying list of clients certificates and asking to choose one for use. QWebView doesn’t handling this case.
maybe there are way to tell QWebView to handle this case ?