Alfred Peng:
>> As for an RFE, could you clarify a little on that?  An RFE to enable 
>> users to pass the certificate in the first place?  It's not even 
>> available as delivered here?
>>   
>>     
> Sorry for not making things clear. libsoup does provide the support for
> passing certificate through the soup session. But WebKit doesn't. This
> is consistent with the last case 2008/782. The RFE could be to add
> certain API to WebKit and enable user/WebKit consumers specified
> certificate by using that interface.
Hi Mark,

Need to make a correction for the previous comment. It's not necessary 
to have a RFE for that to work. WebKit consumers/users can pass the 
certificate to the SoupSession by using:

    g_object_set (webkit_get_default_session (),
                  SOUP_SESSION_SSL_CA_FILE, "...",
                  NULL);

Please refer to 
http://lists.macosforge.org/pipermail/webkit-dev/2009-June/008566.html 
for detail.

Sorry for the confusion.

Best,
-Alfred

Reply via email to