[webkit-gtk] SSL Handshake Issue

Sergio Villar Senin svillar at igalia.com
Mon Feb 16 00:03:46 PST 2015


WebKit 2.2.6 is extremely old. We are no longer updating it, nor even
providing security updates. You should really move to 2.4.X series (or
even better 2.6.X) where a lot of SSL/TLS related fixes were applied.

BR

On 16/02/15 05:42, Sunil Chowgale wrote:
> ​Hi All,
> 
> 
> The URL : https://www.uasecho.com/Account/SignIn  which is site for
> "University Accounting Services LLC - Loan" is failing to load in the
> Webkit.
> 
> It throws SSL Handshake error.
> 
> This error is thrown even when we set the SSL Handshake environment
> settings as below
> 
> 
> G_TLS_GNUTLS_PRIORITY :: NORMAL:%COMPAT:%LATEST_RECORD_VERSION:!VERS-SSL3.0
> 
> 
> Below are the errors logs reported in both the scenarios.
> 
> 
> Can anyone please let me how to solve this problem.
> 
> 
> Regards,
> 
> Sunil Chowgale
> 
> ==============================================================================
> 
> 1. Without SSL Handling Settings:
> 
>     Webkit Displays: "SSL handshake failed" message is displayed
> 
>     Error Message: 
> 
>         Using Webkit version 2.2.6
>         Method Name: receiveDownloadStarted, Signature
> (Lorg/gnome/glib/Signal;JJ)V
>         Method Name: receiveWebProcessCrashed, Signature
> (Lorg/gnome/glib/Signal;J)Z
>         Method Name: receivePrint, Signature (Lorg/gnome/glib/Signal;JJ)Z
>         Method Name: receiveDeleteEvent, Signature
> (Lorg/gnome/glib/Signal;JJ)Z
>         Method Name: receiveNotifyTitle, Signature
> (Lorg/gnome/glib/Signal;JJ)V
>         Method Name: receiveReadyToShow, Signature
> (Lorg/gnome/glib/Signal;J)V
>         Method Name: receiveSendRequest, Signature
> (Lorg/gnome/glib/Signal;JJJ)Z
>         > CONNECT www.uasecho.com:443 HTTP/1.1
>         > Soup-Debug-Timestamp: 1423812944
>         > Soup-Debug: SoupSessionAsync 1 (0x1ecd340), SoupMessage 1
> (0x23b1990), SoupSocket 1 (0x23b78b0)
>         > Host: www.uasecho.com
>         > Accept-Encoding: gzip, deflate
>         > Accept-Language: en-us
>         > Connection: Keep-Alive
>           
>         < HTTP/1.1 200 Connection established
>         < Soup-Debug-Timestamp: 1423812944
>         < Soup-Debug: SoupMessage 1 (0x23b1990)
>           
>         > CONNECT www.uasecho.com:443 HTTP/1.1
>         > Soup-Debug-Timestamp: 1423812944
>         > Soup-Debug: SoupSessionAsync 1 (0x1ecd340), SoupMessage 2
> (0x23b1a80), SoupSocket 2 (0x23b7970)
>         > Host: www.uasecho.com
>         > Accept-Encoding: gzip, deflate
>         > Accept-Language: en-us
>         > Connection: Keep-Alive
>           
>         < HTTP/1.1 200 Connection established
>         < Soup-Debug-Timestamp: 1423812944
>         < Soup-Debug: SoupMessage 2 (0x23b1a80)
>           
>         < HTTP/1.1 6 SSL handshake failed
>         < Soup-Debug-Timestamp: 1423812944
>         < Soup-Debug: SoupMessage 0 (0x23b18a0)
> 
> ==============================================================================
> 
> 2. With SSL Handling Settings:
> 
>     Webkit Displays: "SSL handshake failed" message is displayed
> 
>     Error Message: 
> 
>         Using Webkit version 2.2.6
>         Method Name: receiveDownloadStarted, Signature
> (Lorg/gnome/glib/Signal;JJ)V
>         Method Name: receiveWebProcessCrashed, Signature
> (Lorg/gnome/glib/Signal;J)Z
>         Method Name: receivePrint, Signature (Lorg/gnome/glib/Signal;JJ)Z
>         Method Name: receiveDeleteEvent, Signature
> (Lorg/gnome/glib/Signal;JJ)Z
>         Method Name: receiveNotifyTitle, Signature
> (Lorg/gnome/glib/Signal;JJ)V
>         Method Name: receiveReadyToShow, Signature
> (Lorg/gnome/glib/Signal;J)V
>         Method Name: receiveSendRequest, Signature
> (Lorg/gnome/glib/Signal;JJJ)Z
>         > CONNECT www.uasecho.com:443 HTTP/1.1
>         > Soup-Debug-Timestamp: 1423814666
>         > Soup-Debug: SoupSessionAsync 1 (0x1e6c340), SoupMessage 1
> (0x2338190), SoupSocket 1 (0x233e8b0)
>         > Host: www.uasecho.com
>         > Accept-Encoding: gzip, deflate
>         > Accept-Language: en-us
>         > Connection: Keep-Alive
>           
>         < HTTP/1.1 200 Connection established
>         < Soup-Debug-Timestamp: 1423814666
>         < Soup-Debug: SoupMessage 1 (0x2338190)
>           
>         > CONNECT www.uasecho.com:443 HTTP/1.1
>         > Soup-Debug-Timestamp: 1423814666
>         > Soup-Debug: SoupSessionAsync 1 (0x1e6c340), SoupMessage 2
> (0x2338280), SoupSocket 2 (0x233e970)
>         > Host: www.uasecho.com
>         > Accept-Encoding: gzip, deflate
>         > Accept-Language: en-us
>         > Connection: Keep-Alive
>           
>         < HTTP/1.1 200 Connection established
>         < Soup-Debug-Timestamp: 1423814666
>         < Soup-Debug: SoupMessage 2 (0x2338280)
>           
>         < HTTP/1.1 6 SSL handshake failed
>         < Soup-Debug-Timestamp: 1423814666
>         < Soup-Debug: SoupMessage 0 (0x23380a0)
> 
> 
> ==============================================================================
> 
> 
> 
> _______________________________________________
> webkit-gtk mailing list
> webkit-gtk at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-gtk
> 



More information about the webkit-gtk mailing list