
Signature
Nikolay Nikolskiy
----------------------------
Lanit-Tercom Inc.
b.ph. +7-(812)-4284657
You can turn this off through config.
Open your config file (
%windir%\microsoft.net\framework\v1.1.4322\config\machine.config) and see
the following settings:
<system.net>
<settings>
<servicePointManager
checkCertificateName="true"
checkCertificateRevocationList="false"
You can set the value for "checkCertificateName" to be "false".
Hope that helps.

Signature
feroze
http://weblogs.asp.net/feroze_daud
============
Remove "user" from the email address to reply to the author.
This posting is provided "AS IS" with no warranties, and confers no rights
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
> My server uses sertificat that was issued by our company's sertificate
> manager.
> When I try to connect to the site from VStudio 2003 (add new web progect:
> https://mysite)
> then it writes an error: sertificate authority is invalid.
> Is it possible to work with such sertificats?