SSL support on Webkit
SSL support on Webkit
- Subject: SSL support on Webkit
- From: Kan Cheng <email@hidden>
- Date: Tue, 18 Dec 2007 02:33:48 -0800
- Acceptlanguage: en-US
- Thread-topic: SSL support on Webkit
Hi,
I'm customizing my own web browser by using Webkit, but when using it to access URL with https:// prefix, it doesn't work.
With WebFrameLoadDelegate protocol's help, I catch an error with the description "untrusted server certificate" in the WebView:didFailProvisionalLoadWithError:forFrame: method.
So does it mean the webkit does not support SSL?
But when using Safari to access such URLs, it will pop up a certification dialog box and then after press 'Continue', it can access the URLs properly.
So I think there may be somewhere to handle this issue in webkit, but where does it supposed to be and how to handle it?
I have gone over those 4 webkit delegate protocols, including WebPolicyDelegate, but haven't find a good place to handle it yet.
Best Regards
Kan Cheng
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden