diff options
author | Andreas Kotes <count@flatline.de> | 2014-04-16 15:20:49 +0200 |
---|---|---|
committer | Andreas Kotes <count@flatline.de> | 2014-04-16 15:20:49 +0200 |
commit | 0171de7653dbc409f8a936e80a8c9bc3ab3d1bdb (patch) | |
tree | 9417f66bc1bd4e5f2f882060b81e042dda7faa11 /vchat-howto | |
parent | cc89915d8cc8361c29318ee954f4fff14d862cb7 (diff) |
version 0.19
* fixed version string display
* failing on SSL verify failures
* removed ignssl option
* reenabled ciphers options
* added verifyssl option (cert verify depth)
Diffstat (limited to 'vchat-howto')
-rwxr-xr-x | vchat-howto | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/vchat-howto b/vchat-howto index 0ace213..27f8e14 100755 --- a/vchat-howto +++ b/vchat-howto | |||
@@ -69,11 +69,7 @@ type: | |||
69 | 69 | ||
70 | $ echo host=vchat.berlin.ccc.de >> ~/.vchat/config | 70 | $ echo host=vchat.berlin.ccc.de >> ~/.vchat/config |
71 | 71 | ||
72 | If you want to ignore SSL-warnings due to missing CA-files, type: | 72 | You don't want to ignore SSL-warnings, get the root-certificates from: |
73 | |||
74 | $ echo ignssl=1 >> ~/.vchat/config | ||
75 | |||
76 | If you don't want to ignore SSL-warnings, get the root-certificates from: | ||
77 | 73 | ||
78 | http://www.cacert.org/certs/class3.txt | 74 | http://www.cacert.org/certs/class3.txt |
79 | and | 75 | and |
@@ -87,10 +83,10 @@ and copy them into your openssl-certs directory. For example: | |||
87 | # ln -s root.txt `openssl x509 -in root.txt -hash | head -n 1`.0 | 83 | # ln -s root.txt `openssl x509 -in root.txt -hash | head -n 1`.0 |
88 | # ln -s class3.txt `openssl x509 -in class3.txt -hash | head -n 1`.0 | 84 | # ln -s class3.txt `openssl x509 -in class3.txt -hash | head -n 1`.0 |
89 | 85 | ||
90 | Now you can type: | 86 | NOTE: some openssl versions deliberately disable EC for unknown reasons, you |
91 | 87 | need to manually (re)set the cipher string to a lower security variant there: | |
92 | $ echo ignssl=0 >> ~/.vchat/config | 88 | |
93 | 89 | $ echo ciphers=DHE-RSA-AES256-SHA >> ~/.vchat/config | |
94 | 90 | ||
95 | If you want a seperate private message window, type: | 91 | If you want a seperate private message window, type: |
96 | 92 | ||