Changes between Initial Version and Version 1 of Ticket #1296, comment 12


Ignore:
Timestamp:
03/25/21 21:30:49 (3 years ago)
Author:
Selva Nair
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1296, comment 12

    initial v1  
    99The 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.,
    1010
    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"}}}
    1212
    1313Logout and login back for the env to take effect, start the connection with --tls-version-max 1.2.