Page 1 of 1

TLS support

Posted: Mon Nov 10, 2014 11:40 am
by NickAskew
Hi Alt,

I received a notification over the weekend from an SMSC provider that they are deprecating SSL support in favour of TLS on the 11 November (Yes, they gave us 3 days notice!!). Is TLS support something you are looking at implementing? and if so, when?

Thanks you.

Regards
Nick

Re: TLS support

Posted: Mon Nov 10, 2014 12:16 pm
by alt
Hello Nick,

Please check if your version is able to set

_client.EnabledSslProtocols = SslProtocols.Tls;

Regards,
Alexey

Re: TLS support

Posted: Mon Nov 10, 2014 12:46 pm
by NickAskew
Hi Alexey,

Ah yes the most recent version does have that, thank you :)

My problem now lies in our legacy application using v1.0.12.3 which does not, I guess I'm going to have a busy 24 hours!

Thanks and regards
Nick