Closed michaelrsweet closed 1 month ago
httpConnectAgain doesn't make sure that the new connection is using the same X.509 certificate as the original connection. The new connection should either have the same certificate or pass strict cupsGetCredentialsTrust tests.
httpConnectAgain
cupsGetCredentialsTrust
Note: Since the connection address is cached in http_t, exploiting this issue is non-trivial.
http_t
[master 2a5a0a228] Re-validate server cert on re-connect (Issue #90)
httpConnectAgain
doesn't make sure that the new connection is using the same X.509 certificate as the original connection. The new connection should either have the same certificate or pass strictcupsGetCredentialsTrust
tests.