TLS support

.NET library for SMPP protocol
Locked
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

TLS support

Post by NickAskew » Mon Nov 10, 2014 11:40 am

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
ProcessFlows UK Ltd
http://www.processflows.co.uk/
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: TLS support

Post by alt » Mon Nov 10, 2014 12:16 pm

Hello Nick,

Please check if your version is able to set

_client.EnabledSslProtocols = SslProtocols.Tls;

Regards,
Alexey
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

Re: TLS support

Post by NickAskew » Mon Nov 10, 2014 12:46 pm

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
ProcessFlows UK Ltd
http://www.processflows.co.uk/
Locked