Page 1 of 1
Regarding the encryption algorithm settings of SoftEther VPN Server
Posted: Mon Mar 24, 2025 3:31 am
by LeeHS
About encryption and network in SoftEther VPN Server. There is an encryption algorithm setting inside. But no matter what you set, TLS_AES_256_GCM_SHA384 will be automatically selected when SoftEther VPN Client connects. Is this a BUG or a setting error?
Re: Regarding the encryption algorithm settings of SoftEther VPN Server
Posted: Mon Mar 24, 2025 5:11 am
by solo
Edit the config file in the server, and look for this value:
bool Tls_Disable1_3 false
Change it to the following value:
bool Tls_Disable1_3 true
viewtopic.php?f=7&t=65167&p=88791#p95036
Re: Regarding the encryption algorithm settings of SoftEther VPN Server
Posted: Mon Mar 24, 2025 8:24 am
by LeeHS