Hi! I am writing an application with Chromium embedded with some additional demands to security. We want to browse to a site and check that that SSL certificate is familiar to us. However we do not know how to access it. If there is an error in a certificate there is a callback on it OnCertificateError, where we can analyze the certificate. However we want to get s
erver certificate info even in case that there is no error, which is currently not implemented. CEF Forum we got an answer (
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=13217&sid=d0f4a1dc5b58dcff704dc6c36e55a57a#p26762): "
A new callback would be required to get certificate info for valid certificates." I'd lhope to obtain some advice where to put such a callback, and we will write it.
Hoping for some help, thanks, Levi
Keywords:
AllowCertificateError
OnAllowCertificate
OnCertificateError
OnCertificateErrorCallback
CefAllowCertificateErrorCallbackImpl
CefBeforeResourceLoadCallbackImpl