Bug 36655 - [Qt] WebSocket should abort on certificate errors
Summary: [Qt] WebSocket should abort on certificate errors
Status: RESOLVED DUPLICATE of bug 44769
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: QtWebKit Unassigned
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-03-26 04:49 PDT by Simon Hausmann
Modified: 2010-09-24 18:11 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 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.
Comment 1 Yael 2010-09-24 18:11:39 PDT

*** This bug has been marked as a duplicate of bug 44769 ***