Actually, it is not possible to establish a secure connection with the site, I tried the usual webrequest, xnet, chilkat - nothing helps, but the request in the browser passes. Presumably, the reason lies in the installation of the certificate (or chain).
here is the link https://mservice-darkpod.bankofamerica.com/
var req = WebRequest.CreateHttp("https://mservice-darkpod.bankofamerica.com/"); var resp = req.GetResponse(); string s = new StreamReader(resp.GetResponseStream()).ReadToEnd();- ZergatulHttpWebRequest.ServerCertificateValidationCallback- Zergatul