TLS version

Post Reply
thecapt
Posts: 1
Joined: Wed Jan 07, 2026 10:35 am

TLS version

Post by thecapt »

Hello,
Which version of TLS is supported by the SMPP Client ?

thank you
alt
Site Admin
Posts: 998
Joined: Tue Apr 25, 2006 9:45 am

Re: TLS version

Post by alt »

all TLS versions, supported by target framework
xhide
Posts: 11
Joined: Wed Dec 02, 2015 3:02 pm

Re: TLS version

Post by xhide »

Hi,

I'm testing version inetlab 2.9.38, TLS 1.3 giving me exception "The requested security protocol is not supported."

But if I change it to TLS 1.2, the client manage to bind.

Am compiling with dotnet 8.0

Appreciate your feedback on this.

Thank you.

xhide
alt
Site Admin
Posts: 998
Joined: Tue Apr 25, 2006 9:45 am

Re: TLS version

Post by alt »

The library uses underlying OS stack. If OS does not support it you get this error.
Post Reply