المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : WebBrowser.ScriptErrorsSuppressed = true and self signed certifcates



C# Programming
04-22-2009, 04:00 AM
With ScriptErrorsSuppressed set to true the display of ********** error dialogs is eliminated. However, this setting results in the blocking of access to all sites that have any kind of certificate issues. With the setting true, the control displays a warning instead of the requested page and it is not possible to move away from it, even though there is supposedly a link to do so. At least, this is what happens for me.

With ScriptErrorsSuppressed set to false, a warning dialog appears, and then the site is accessible. However, any ********** errors will generate the error dialogs.

Seems to me these are two different issues being covered with a single setting.

Any ideas on how one can access these sites with "certificate issues", ideally without the warning dialog, while keeping the ScriptErrorSuppressed set to true with the WebBrowser control?


thanks