<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>36655</bug_id>
          
          <creation_ts>2010-03-26 04:49:41 -0700</creation_ts>
          <short_desc>[Qt] WebSocket should abort on certificate errors</short_desc>
          <delta_ts>2010-09-24 18:11:39 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>44769</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Qt</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Simon Hausmann">hausmann</reporter>
          <assigned_to name="QtWebKit Unassigned">webkit-qt-unassigned</assigned_to>
          <cc>laszlo.gombos</cc>
    
    <cc>yael</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>204502</commentid>
    <comment_count>0</comment_count>
    <who name="Simon Hausmann">hausmann</who>
    <bug_when>2010-03-26 04:49:41 -0700</bug_when>
    <thetext>From SocketStreamHandleQt.cpp:

void SocketStreamHandlePrivate::socketSslErrors(const QList&lt;QSslError&gt;&amp;)
{
    // FIXME: based on http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-68#page-15
    // we should abort on certificate errors.
    // We don&apos;t abort while this is still work in progress.
    static_cast&lt;QSslSocket*&gt;(m_socket)-&gt;ignoreSslErrors();
}

This bug is a reminder that we should fix this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>284886</commentid>
    <comment_count>1</comment_count>
    <who name="Yael">yael</who>
    <bug_when>2010-09-24 18:11:39 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 44769 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>