J
Jener Silva
I have a Windows 2003 Enterprise server hosting my web service and it has
the System cryptography set to run in FIPS complaint mode.
When I try to run my asp.net application, which resides on another 2003
server, I get an exception:
The underlying connection was closed: Could not extablish secure channel for
SSL/TLS.
If we disable FIPS compliant cryptography, the application works fine.
Those servers are within the same network, there is no firewall between
them.
When I try to add a web reference to a new asp.net project, VS.NET 2003
shows the initial page in the wizard, but the button to add the reference is
disabled and a message shows up that says:
There was an error downloading 'https://servername/webservice.asmx'.
The underlying connection was closed: Could not establish secure channel for
SSL/TLS.
Can anyway tell me what's wrong?
Thanks.
the System cryptography set to run in FIPS complaint mode.
When I try to run my asp.net application, which resides on another 2003
server, I get an exception:
The underlying connection was closed: Could not extablish secure channel for
SSL/TLS.
If we disable FIPS compliant cryptography, the application works fine.
Those servers are within the same network, there is no firewall between
them.
When I try to add a web reference to a new asp.net project, VS.NET 2003
shows the initial page in the wizard, but the button to add the reference is
disabled and a message shows up that says:
There was an error downloading 'https://servername/webservice.asmx'.
The underlying connection was closed: Could not establish secure channel for
SSL/TLS.
Can anyway tell me what's wrong?
Thanks.