I'm currently using a System.Windows.Forms.WebBrowser
in my program. When I try to access some websites over https, the message "There is a problem with your websites security certificate" appears. Is there any way I can get WebBrowser to ignore these types of warnings?
I am using Visual Studio 2010.