Called on the UI thread to handle requests for URLs with an invalid SSL
certificate. Return true (1) and call cef_callback_t functions either in
this function or at a later time to continue or cancel the request. Return
false (0) to cancel the request immediately. If
cef_settings_t.ignore_certificate_errors is set all invalid certificates
will be accepted without calling this function.
Called on the UI thread to handle requests for URLs with an invalid SSL certificate. Return true (1) and call cef_callback_t functions either in this function or at a later time to continue or cancel the request. Return false (0) to cancel the request immediately. If cef_settings_t.ignore_certificate_errors is set all invalid certificates will be accepted without calling this function.