jchristn / SuperSimpleTcp

Simple wrapper for TCP client and server in C# with SSL support
MIT License
459 stars 95 forks source link

- use CheckCertificateRevocation instead of AcceptInvalidCertificates… #166

Closed ATS-CE closed 2 years ago

ATS-CE commented 2 years ago

use CheckCertificateRevocation instead of AcceptInvalidCertificates in SimpleTcpServer because when using custom certificate validation AcceptInvalidCertificates needs to be false resulting in an enabled revocation check but these revocation check might fail and therefore should also be handled in custom validation

ATS-CE commented 2 years ago

Thanks for the merge