Add support for debian 12.
This commit is contained in:
21
README.fix-error-md-too-weak
Normal file
21
README.fix-error-md-too-weak
Normal file
@ -0,0 +1,21 @@
|
||||
# ---
|
||||
# -
|
||||
# - Error was:
|
||||
# - 2023-04-30 11:36:05 OpenSSL: error:0A00018E:SSL routines::ca md too weak
|
||||
# -
|
||||
# - see:
|
||||
# - https://www.rffuste.com/2023/05/01/fix-ssl-routinesca-md-too-weak/
|
||||
# - https://forum.hackthebox.com/t/openvpn-negotiated-cipher-not-allowed/259904/4
|
||||
# -
|
||||
# ---
|
||||
|
||||
|
||||
You just have to add tls-cert-profile insecure and modify cipher AES-128-CBC to data-ciphers-fallback AES-128-CBC
|
||||
|
||||
# - Note:
|
||||
# - I changed to
|
||||
# -
|
||||
# - data-ciphers-fallback BF-CBC
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user