WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 44769
36655
[Qt] WebSocket should abort on certificate errors
https://bugs.webkit.org/show_bug.cgi?id=36655
Summary
[Qt] WebSocket should abort on certificate errors
Simon Hausmann
Reported
2010-03-26 04:49:41 PDT
From SocketStreamHandleQt.cpp: void SocketStreamHandlePrivate::socketSslErrors(const QList<QSslError>&) { // FIXME: based on
http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-68#page-15
// we should abort on certificate errors. // We don't abort while this is still work in progress. static_cast<QSslSocket*>(m_socket)->ignoreSslErrors(); } This bug is a reminder that we should fix this.
Attachments
Add attachment
proposed patch, testcase, etc.
Yael
Comment 1
2010-09-24 18:11:39 PDT
*** This bug has been marked as a duplicate of
bug 44769
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug