Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Tester to check wether the ssl protocols really work #247

Conversation

amohtashami12307
Copy link
Contributor

Option for clients to choose the ssl protocol they want to use.

@mythz mythz merged commit 8fe903d into ServiceStack:master Apr 26, 2019
@mythz
Copy link
Member

mythz commented Apr 26, 2019

Cheers 👍

@devathis
Copy link

Hi,
We are using ServiceStack.Redis V 4.0.50.0 dll to connect the Azure Cache REDIS.
Using the .NET Framework 4.5 and Visual Studio 2013. We want to upgrade the TLS Version 1.0 to TLS V1.2. After changing the version my code is not working . getting the below error System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host.

Added sslprotocols in connection string but it'not worked.
XXXXXXXXXXXXXXXXX=@dev-mnredis01.redis.cache.windows.net?ssl=true&sslprotocols=Tls12

Tried to add the below one no luck.
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

Please help us where I need to add the code to support my code TLS V1.2. March 30 is the last for this.

Regards,
Suresh
+91 9000480011

@mythz
Copy link
Member

mythz commented Mar 20, 2020

@devathis Pull Requests are not the place for technical support. You can find your support options on your Account Support page, e.g. If you're a current ServiceStack Customer you can report issues at https://github.com/ServiceStack/Issues if you're not you can ask questions on StackOverflow with the servicestack tag.

@devathis
Copy link

Ok. Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants