Changes between Version 5 and Version 6 of Encryption
- Timestamp:
- 07/28/16 10:30:45 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encryption
v5 v6 43 43 --tcp-encryption=AES --tcp-encryption-keyfile=./key.txt 44 44 }}} 45 45 }}} 46 46 47 47 {{{#!div class="box" … … 76 76 }}} 77 77 78 If you are using temporary tests certificates and see this message: {{{[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)}}}, temporarily add {{{--ssl-server-verify-mode=none}}} to your client command line. 78 If you are using temporary tests certificates and see this message: 79 {{{ 80 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) 79 81 }}} 82 temporarily add {{{--ssl-server-verify-mode=none}}} to your client command line. 83 }}}