Skip to content

8.1.0

Compare
Choose a tag to compare
@sethmlarson sethmlarson released this 09 Mar 20:09
· 85 commits to main since this release

Fixed

  • Fixed Urllib3HttpNode and RequestsHttpNode to never require a valid certificate chain when using ssl_assert_fingerprint. Instead the internal HTTP client libraries will explicitly disable verifying the certificate chain and instead rely only on the certificate fingerprint for verification.