Bug 305237

Summary: Support for SNI (Server Name Indication)
Product: [Applications] konqueror Reporter: Mathieu Jobin <opensource>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: adawit
Priority: NOR    
Version: 4.8.4   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
URL: https://beta.justbudget.com/
Latest Commit: Version Fixed In: 4.9.1

Description Mathieu Jobin 2012-08-16 01:56:06 UTC
According to this wikipedia page, Konqueror supports it since 4.7
So this might be a regression.

http://en.wikipedia.org/wiki/Server_Name_Indication

on the server logs I see 

"No hostname was provided via SNI for a name based virtual host"

and it works with all other major browser.

It'd be really nice if konqueror would support this properly.


Reproducible: Always
Comment 1 Dawit Alemayehu 2012-08-19 17:29:29 UTC

*** This bug has been marked as a duplicate of bug 304212 ***
Comment 2 Dawit Alemayehu 2012-08-19 19:25:58 UTC
For the record, there is still an SSL error for the example URL provided above in the "URL:" section. The root certificate is not recognized by neither Qt's and KDE's SSL certificate manager and as such you will still get prompted. However, that is another issue altogther and hence why this ticket is marked duplicate of bug# 304212.
Comment 3 Dawit Alemayehu 2012-08-21 03:08:44 UTC
Git commit df1f193ba792b3bd258254ab3f75d4e76b0d0524 by Dawit Alemayehu.
Committed on 19/08/2012 at 09:45.
Pushed by adawit into branch 'KDE/4.9'.

Fixed SNI support caused by missing KTcpSocket::SslVersion to QSsl::SslProtocol
conversions.
FIXED-IN: 4.9.1
REVIEW: 106087

M  +6    -1    kdecore/network/ktcpsocket.cpp

http://commits.kde.org/kdelibs/df1f193ba792b3bd258254ab3f75d4e76b0d0524