[Webkit-unassigned] [Bug 104356] [EFL] - Failed to connect secure Websocket request (wss://)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 02:59:23 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104356





--- Comment #3 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-12-07 03:01:49 PST ---
(From update of attachment 178188)
View in context: https://bugs.webkit.org/attachment.cgi?id=178188&action=review

> Source/WebCore/ChangeLog:3
> +        [EFL] - Failed to connect secure Websocket request (wss://)

This is not efl specific patch. Use [Soup] prefix instead of [EFL]. Beside '-' is not needed in bug title.

> Source/WebCore/ChangeLog:6
> +        Failed to connect secure Websocket request (wss://) in EFL Port, 

I think GTK port also has this problem because GTK and EFL ports use soup. Did you check it ?

> Source/WebCore/platform/network/soup/SocketStreamHandleSoup.cpp:298
> +    // FIXME : Currently Accepting all the certificate, handle it properly later.

Add notImplemented();

> Source/WebCore/platform/network/soup/SocketStreamHandleSoup.cpp:308
> +    // FIXME : We don't have a way to get root CA's certificate info here, so, "accept-certificate" will say UNKNOWN_CA for all connection.

"FIXME:" is general.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list