Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,

I have a client which used to call a web-service that was supporting all SSL version. Due to the POODLE issue, the web service providers have switched off the support SSL V3 and now our client fails to retrieve any results.

Our client is written in dot net 2005 and I am not sure how to force this using TLS V1 as the web service (running on APACHE) only supports TLS v1.

Any help will be appreciated.

Thanks
Posted
Comments
Richard Deeming 22-Oct-14 9:30am    
.NET 2.0 supports TLS 1.0: http://msdn.microsoft.com/en-us/library/system.security.authentication.sslprotocols%28v=vs.80%29.aspx[^]

How you update your code to use it depends on your code, which you haven't shown.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900