Uli Schlachter
Uli Schlachter
> LGTM. Which of the two proposed variants do you mean? Or are both fine? > Could you provide a PR, please? Sorry, nope, I cannot. I would gladly provide...
Hi, let's assume (correctly) that I have no clue about ranger (but might have a clue or two about X11). I read in the README: > ranger is a console...
> Kitty doesn't rely on your WM at all, Hm, okay, then how does this bug manage to be i3wm-specific? > Afaik alacritty doesn't support displaying images yet. Then why...
> is sent too late. Uhm... when would be "not too late"? This is only a guess, but I bet that from ZNC's point of view, it sends the following...
``` GetKey() returned status 20 with key 3207a6f22e0fde7c0781b8d0b78dfa15126595b7 ``` The above comes from here: https://github.com/znc/znc/blob/0af3c4b234b7839bb1162e74b01b66e1a05e6fa1/modules/certauth.cpp#L221-L237 where `GetKey` is here: https://github.com/jimloco/Csocket/blob/e8d9e0bb248c521c2c7fa01e1c6a116d929c41b4/Csocket.cc#L2875-L2905 Okay, so `SSL_get_verify_result` returned 20. According to https://www.openssl.org/docs/man1.0.2/man1/verify.html, that's: >...
``` Issuer: CN=Case_Of Subject: CN=Case_Of ``` Okay, I have no clue where that `X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY` comes from. This looks "obviously self-signed". However, I wouldn't claim that I fully understand this stuff,...
> if the certificate is self-signed you will always get "Unable to get issuer cert locally" or similar invalids @teward In that case: How does certauth work for anyone? That...
Hm. I tried to reproduce this using `openssl s_client -cert /tmp/foo.pem -key /tmp/foo.pem -connect localhost:1234` and this works with the files that were provided above (current debian testing; only OpenSSL...
Related: #1188 (Hexchat), #1194 (unknown) The "right thing" was done before commit 933aa6db0ce46353b8c18a464baad06c147c9842. However, for whatever reason (`fix a bug which sometimes blocked login of users.`????) that commit switches from...
@cheako Uhm... what do you mean? That's a merged PR that adds the necessary support to Csocket.