[Webkit-unassigned] [Bug 114945] Please set the libsoup property "ssl-use-system-ca-file" to True by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 09:34:02 PDT 2013


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





--- Comment #6 from Michael Vogt <michael.vogt at gmail.com>  2013-04-25 09:32:22 PST ---
Created an attachment (id=199672)
 --> (https://bugs.webkit.org/attachment.cgi?id=199672&action=review)
change global WebCore::ResourceHandle::setIgnoreSSLErrors() default

Thanks Dan for your reply.

Pardon my ignorance, but I checked out the git tree of webkit and greped for ssl-use-system-ca-file, ssl-strict, ssl-ca-file and only found references to this in Source/WebKit/efl.

Looking at webkitglobs.cpp I see webkitInit() is currently using:
  WebCore::ResourceHandle::setIgnoreSSLErrors(true);
which seems to indicate the default is to not check certificates.

The comment in https://bugs.webkit.org/show_bug.cgi?id=90267#c17 indicates that the plan is to change the default once there is UI for this. But I don't know the status of this unfortunately.

Thanks,
 Michael

-- 
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