GM
Size: a a a
GM
GM
E
GM
vl
GM
IC
IC
The remote certificate is invalid according to the validation procedure
DB
DB
IC
IC
IC
DB
TcpClient client = new TcpClient();Тоесть вот так, вручную, ты дёрнуть не можешь?
client.Connect(server, port);
SslStream sslStream = new SslStream(
client.GetStream(),
false,
new RemoteCertificateValidationCallback(ValidateServerCertificate),
null);
IC
TcpClient client = new TcpClient();Тоесть вот так, вручную, ты дёрнуть не можешь?
client.Connect(server, port);
SslStream sslStream = new SslStream(
client.GetStream(),
false,
new RemoteCertificateValidationCallback(ValidateServerCertificate),
null);
IC
EP