Hi,

Im using QWebview to browse through https sites. But for few sites like login.yahoo.com/ , it reports as " SSL Handshake failed". I tired connecting to sslerrors of WebView->page()->networkAccessManager(). But that never gets emmited.

Also i connected to unsupportedContent() signal of QWebpage. This gets emitted properly.

My doubt is how to enable the handshake to proceed correctly. Should we set certificates seperately for this purpose.

Or is there any clean way to achieve it.