Page 1 of 1

Changing SoftEther Client TLS version

Posted: Tue Dec 27, 2022 2:06 pm
by farid110
Hi everyone

I've realized that TLS1 is being blocked and I need to change it to TLS1.2 or TLS1.3 but I can't find configuration related to it.
There is this "bool NoTls1" option but when I set it to "true" it only uses SSLv3 which is not my use case.
So far, it seems like I need to change the source code and build it again.

I'll be grateful if someone could help me changing that.