22 lines
475 B
Plaintext
22 lines
475 B
Plaintext
# ---
|
|
# -
|
|
# - 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
|
|
|
|
|
|
|