mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 20:19:32 +01:00
blog: WeeChat SASL simply: various fixes
* unset network-specific SASL mechanism so the global PLAIN is used * /save after SASL settings * Note that SSL does nothing until reconnect
This commit is contained in:
parent
7380399b15
commit
8a0bf993b3
@ -32,8 +32,10 @@ SSL like you should.
|
||||
Then simply set your username and password
|
||||
|
||||
```
|
||||
/unset irc.server.NETWORK.sasl_mechanism
|
||||
/set irc.server.NETWORK.sasl_username REGISTERED_NICKNAME
|
||||
/set irc.server.NETWORK.sasl_password PASSWORD
|
||||
/save
|
||||
```
|
||||
|
||||
*Replace NETWORK with the name of network that you have in WeeChat, for
|
||||
@ -49,8 +51,11 @@ Change your address to use SSL port and enable SSL for the network:
|
||||
```
|
||||
/set irc.server.freenode.addresses chat.freenode.net/6697
|
||||
/set irc.server.freenode.ssl on
|
||||
/save
|
||||
```
|
||||
|
||||
*Note: SSL does nothing until you `/reconnect`*
|
||||
|
||||
*6697 is the [standard SSL port](https://tools.ietf.org/html/rfc7194).*
|
||||
|
||||
Freenode has valid SSL certificate, but if it didn't, you would have two
|
||||
|
Loading…
Reference in New Issue
Block a user