Changes between Initial Version and Version 1 of Ticket #1296, comment 12
- Timestamp:
- 03/25/21 21:30:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1296, comment 12
initial v1 9 9 The default location of config file compiled into OpenSSL may not work on Windows. So define an env variable named OPENSSL_CONF with value equal to the location of openssl.cnf. E.g., 10 10 11 {{{reg add HKCU /Environment /v OPENSSL_CONF /t REG_SZ /d "C:\Program Files\OpenVPN\bin\openssl.cnf"}}}11 {{{reg add HKCU\Environment /v OPENSSL_CONF /t REG_SZ /d "C:\Program Files\OpenVPN\bin\openssl.cnf"}}} 12 12 13 13 Logout and login back for the env to take effect, start the connection with --tls-version-max 1.2.