Regarding the encryption algorithm settings of SoftEther VPN Server
-
- Posts: 15
- Joined: Thu Mar 02, 2023 6:10 am
Regarding the encryption algorithm settings of SoftEther VPN Server
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?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1613
- Joined: Sun Feb 14, 2021 10:31 am
Re: Regarding the encryption algorithm settings of SoftEther VPN Server
viewtopic.php?f=7&t=65167&p=88791#p95036Edit 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
-
- Posts: 15
- Joined: Thu Mar 02, 2023 6:10 am
Re: Regarding the encryption algorithm settings of SoftEther VPN Server
Thanks for your help!solo wrote: ↑Mon Mar 24, 2025 5:11 amviewtopic.php?f=7&t=65167&p=88791#p95036Edit 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