When using an SslStream
to connect to an internal, trusted server using a self-signed CA certificate, I want to disable automatic downloading of issuer certificates.
The reason is that the certificate is broken in a way that it points to an invalid network location and thus stalls the connection for about 10 seconds on (almost) every SSL handshake.
Is this possible somehow?