mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
remove bogus special case
This commit is contained in:
parent
6a0d9b0a3b
commit
c103d47925
@ -1530,15 +1530,6 @@ run_ssl_handshake() {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
} else if (verify_result == X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN) {
|
|
||||||
downloader_cat.info()
|
|
||||||
<< "Self-signed certificate in chain from " << _request.get_url().get_server_and_port() << "\n";
|
|
||||||
// This doesn't appear to be an actual validation error. I guess.
|
|
||||||
// It's only an error if we don't recognize the root authority.
|
|
||||||
// There appear to be some legitimate certs (e.g. from starfield
|
|
||||||
// tech) that trigger this error, even though they appear to have
|
|
||||||
// a fully-authorized chain up to the root.
|
|
||||||
|
|
||||||
} else if (verify_result != X509_V_OK) {
|
} else if (verify_result != X509_V_OK) {
|
||||||
downloader_cat.info()
|
downloader_cat.info()
|
||||||
<< "Unable to verify identity of " << _request.get_url().get_server_and_port()
|
<< "Unable to verify identity of " << _request.get_url().get_server_and_port()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user