To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Weechat: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Mkaysi
m Add commands to specify username/password afterwards
>Mkaysi
there is no + with WeeChat
Line 4: Line 4:
Connections to ZNC using SSL:
Connections to ZNC using SSL:


   /server add BNC my.bouncer.net/+6697 -ssl -username=username/network -password=password -autoconnect
   /server add BNC my.bouncer.net/6697 -ssl -username=username/network -password=password -autoconnect
   /set irc.server.BNC.ssl_verify off
   /set irc.server.BNC.ssl_verify off
   /connect BNC
   /connect BNC
Line 12: Line 12:
It does not connect.
It does not connect.


If port 6697 is the SSL port, you need to specify the "+" before the port and "-ssl"
If port 6697 is the SSL port, you need to specify that it's SSL port with ''/set irc.server.BNC.ssl on''


This is a failed attempt due to not specifying the "+" and/or "-ssl"
This is a failed attempt due to not specifying the "irc.server.BNC.ssl on" or "-ssl"
   05:46:47    BNC =!= | irc: connection refused
   05:46:47    BNC =!= | irc: connection refused
   05:46:47    BNC  -- | irc: reconnecting to server in 10 seconds
   05:46:47    BNC  -- | irc: reconnecting to server in 10 seconds

Revision as of 19:15, 5 February 2015

Connecting to ZNC

SSL

Connecting

Connections to ZNC using SSL:

 /server add BNC my.bouncer.net/6697 -ssl -username=username/network -password=password -autoconnect
 /set irc.server.BNC.ssl_verify off
 /connect BNC
 /save

Troubleshooting

It does not connect.

If port 6697 is the SSL port, you need to specify that it's SSL port with /set irc.server.BNC.ssl on

This is a failed attempt due to not specifying the "irc.server.BNC.ssl on" or "-ssl"

  05:46:47     BNC =!= | irc: connection refused
  05:46:47     BNC  -- | irc: reconnecting to server in 10 seconds
  05:46:57     BNC  -- | irc: reconnecting to server...
  05:46:57     BNC  -- | irc: connecting to server my.bouncer.net/6697 (SSL)...
  05:46:58     BNC =!= | irc: connection refused

Non SSL

This is for plain non-ssl connections.

 /server add BNC my.bouncer.net/6667 -username=username/network -password=password -autoconnect
 /connect BNC
 /save  

Specifying username/network:password later

 /set irc.server.bnc.username username/network
 /set irc.server.bnc.password password