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 and Multiclient: Difference between pages

From ZNC
(Difference between pages)
Jump to navigation Jump to search
KindOne (talk | contribs)
Create a basic page for weechat specific stuff.
 
added entry for easier referencing
Tag: New redirect
 
Line 1: Line 1:
== Connecting to ZNC ==
#REDIRECT [[Multiple_clients]]
=== SSL ===
==== Connecting ====
Connections to ZNC using SSL:
 
  /server add BNC my.bouncer.net/+6697 -ssl -password=username:password -autoconnect
  /set irc.server.BNC.ssl_verify off
  /save
 
==== Troubleshooting ====
It does not connect.
 
If port 6697 is the SSL port, you need to specify the "+" before the port and "-ssl"
 
This is a failed attempt due to not specifying the "+" and/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 -password=username:password -autoconnect
  /save 
 
 
[[Category:Clients]]

Latest revision as of 20:15, 2 November 2021

Redirect to: