How to bypass SSL error CefSharp WinForms
问题 I'm using CefSharp.WinForms for developing an application. When there is any SSL Certificate Error occurs it won't display web page. Can any one tell me how can i bypass SSL Certificate Error and display the web page. 回答1: Option 1 (Preferred) Implement IRequestHandler.OnCertificateError - this method will be called for every invalid certificate. If you only wish to override a few methods of IRequestHandler then you can inherit from RequestHandler and override the methods you are interested