Bug 305237 - Support for SNI (Server Name Indication)
Summary: Support for SNI (Server Name Indication)
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 4.8.4
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL: https://beta.justbudget.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 01:56 UTC by Mathieu Jobin
Modified: 2012-08-21 03:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.9.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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