-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
Try this config with a rustls build:
- addr: irc.rizon.net
port: 6697
tls: true
realname: test
nicks: ['test']
tiny will be dumping this stuff to stderr:
[2020-08-17T07:34:05Z] ERROR [/home/omer/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.18.0/src/session.rs:512] TLS alert received: Message {
typ: Alert,
version: TLSv1_2,
payload: Alert(
AlertMessagePayload {
level: Fatal,
description: HandshakeFailure,
},
),
}
[2020-08-17T07:34:05Z] ERROR [/home/omer/.cargo/registry/src/github.com-1ecc6299db9ec823/rustls-0.18.0/src/session.rs:512] TLS alert received: Message {
typ: Alert,
version: TLSv1_2,
payload: Alert(
AlertMessagePayload {
level: Fatal,
description: HandshakeFailure,
},
),
}
Normally logs enabled manually, with something like RUST_LOG=debug tiny. I don't know why these are enabled by default.