Skip to content

Fix Windows verify_peer = false issue in client mode

Pre-release
Pre-release

Choose a tag to compare

@bretambrose bretambrose released this 02 Jun 00:08
· 243 commits to main since this release
98472cc
  • Previously on Windows, we were not properly translating "verify_peer = false" into a secure channel configuration that would actually skip peer verification in client mode. We were always verifying the certificate no matter what the setting's value.