Certificate Validation has been disabled. The communication could be intercepted.
Disabling certificate validation is often used to connect easily to a host that is not signed by a root certificate authority. As a consequence, this is vulnerable to Man-in-the-middle attacks since the client will trust any certificate.
ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;
WASC-04: Insufficient Transport Layer Protection
CWE-295: Improper Certificate Validation