You are not logged in.
Pages: 1
So I installed irssi and typed the following commands into the irssi client
# SASL verification as written in archwiki
/SERVER ADD -ssl -ssl_verify -ssl_capath /etc/ssl/certs -network liberachat -port 6697 irc.libera.chat
/NETWORK ADD -sasl_mechanism plain -sasl_username username -sasl_password password liberachat
# Tls verification as written is arch wiki
/server add -auto -tls -tls_verify -network liberachat -port 6697 irc.libera.chatBut still it doesnt work
. When I do "/CONNECT liberachat" it says -
10:30 -!- Irssi: Looking up irc.libera.chat
10:30 -!- Irssi: Connecting to irc.libera.chat [93.158.237.2] port 6697
10:30 -!- Irssi: Certificate Chain:
10:30 -!- Irssi: Subject: CN: tantalum.libera.chat
10:30 -!- Irssi: Issuer: C: US, O: Let's Encrypt, CN: R3
10:30 -!- Irssi: Subject: C: US, O: Let's Encrypt, CN: R3
10:30 -!- Irssi: Issuer: C: US, O: Internet Security Research Group, CN: ISRG Root X1
10:30 -!- Irssi: Protocol: TLSv1.3 (256 bit, TLS_AES_256_GCM_SHA384)
10:30 -!- Irssi: EDH Key: 253 bit Unknown
10:30 -!- Irssi: Public Key: 4096 bit RSA, valid from Aug 1 06:55:41 2022 GMT to Oct 30 06:55:40 2022 GMT
10:30 -!- Irssi: Public Key Fingerprint:
14:01:44:38:5D:7E:17:CD:04:B9:8A:7E:C9:B8:F4:DA:0A:8D:93:6B:2C:99:9D:00:E4:85:33:E5:2A:3F:57:64 (SHA256)
10:30 -!- Irssi: Certificate Fingerprint:
E0:52:36:EB:EB:51:5B:94:13:23:8D:AF:42:50:08:F9:24:A6:C1:C4:31:D4:FC:AA:F0:03:B9:D2:3C:E7:EC:31 (SHA256)
10:30 -!- Irssi: Connection to irc.libera.chat established
10:30 !tantalum.libera.chat *** Checking Ident
10:30 !tantalum.libera.chat *** Looking up your hostname...
10:30 !tantalum.libera.chat *** Couldn't look up your hostname
10:30 !tantalum.libera.chat *** No Ident response
10:30 -!- Capabilities requested: multi-prefix sasl
10:30 -!- Capabilities supported: account-notify away-notify chghost extended-join multi-prefix sasl tls account-tag cap-notify
echo-message solanum.chat/identify-msg solanum.chat/oper solanum.chat/realhost
10:30 -!- Capabilities acknowledged: multi-prefix sasl
10:30 -!- Cannot authenticate via SASL (SASL authentication failed)
10:30 -!- Irssi: Connection lost to irc.libera.chatCan anyone help me ?
Last edited by RounakDutta (2022-08-09 05:02:35)
Offline
How did you set up the account if you haven't connected?
Online
How did you set up the account if you haven't connected?
Actually I couldnt understand your question. What do you mean by making an account? I mean afaik I read the irssi documentation and there was no guide on how to create ur irc account. I just set my nickname by typing the following command.
/SET nick archissexyAnd then I entertered the above mentioned commands.
Last edited by RounakDutta (2022-08-09 10:35:18)
Offline
In order to use SASL to log in to an account, you have to first connect to the network and create that account.
Online
In order to use SASL to log in to an account, you have to first connect to the network and create that account.
Can you tell me how to do that? Is there a way to login to irc without any sasl?
Offline
Is there a way to login to irc without any sasl?
# SASL verification as written in archwiki
Yes. Don't use it. Done.
Then see https://wiki.archlinux.org/title/Arch_IRC_channels
Offline
RounakDutta wrote:Is there a way to login to irc without any sasl?
RounakDutta wrote:# SASL verification as written in archwiki
Yes. Don't use it. Done.
Then see https://wiki.archlinux.org/title/Arch_IRC_channels
Oh ok
But how can I remove sasl then?
Offline
But how can I remove sasl then?
Don't use it.
Do you understand your initial post?
You're actively trying to use it. Just don't do that.
Offline
Pages: 1