teeli / urltitle

Eggdrop scripts that display titles of URLs pasted on an IRC channel
MIT License
8 stars 10 forks source link

"Software caused connection abort" on certain domains #25

Closed Avalanchee closed 8 months ago

Avalanchee commented 8 months ago

Since upgrading to OpenSSL3.0 I noticed some domains cannot be communicated with. Domains such as facebook.com, youtu.be and maps.app.goo.gl.

After some debugging I can see it's due to some TLS decoding error. I realize it's probably a bug related to TclTLS, but wondering if someone here has a clue on how to possibly circumvent the issue.

Thanks.

Avalanchee commented 8 months ago

Update: solution found! https://core.tcl-lang.org/tcltls/tktview/88c0c84969

Documenting in case anyone needs it.