Does WWW class validate HTTPS certificate?

Hi,

Does the WWW class actually validate the HTTPS certificate? Because so far my https calls worked on the stand alone client version of my application (so running from desktop/localhost), but if I use HttpWebResponse on the same url, I get instead the following exceptions: RemoteCertificateNameMismatch, RemoteCertificateChainErrors

the answer is no, at least at the time I wrote the question

Edit: I believe they implemented the verisign certification with Unity 4.6 (or around that release). I don’t have proof with me right now, but last time I checked, it was showing a verisign server connection.