@ipguy said in I need BF-CBC:
https://forums.openvpn.net/viewtopic.php?t=35809#p111709
These openvpn options :
providers legacy default
data-ciphers-fallback BF-CBC
compat-mode 2.3.18
check if they still exist in the version used by pfSense.
First : check the Openvpn version used by pfSense. Then, with that version number, look them up in the openvpn user manual.
If it's the case, then use them here :
[image: 1754303064757-c6da93cf-9502-4171-b791-b119919f5e6f-image.png]
for example, I use the option
status /var/log/openvpn.status;
status-version 1;
for my own needs.
When yous aved tehse option, check how OpenVPN sarts up (the logs) and see if it doesn't scream with errors.
Also check the openvpn config file (the one created with the GUI parameters) for consistency.
You can find the file here :
/var/etc/openvpn/server1/ and look for the file "config.ovpn". It's an ordinary text file.
Don't (bother) edit(ing) this file as it is auto generated by the GUI.