transmission-remote-gui / transgui

🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
GNU General Public License v2.0
3.23k stars 280 forks source link

error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol #1445

Open nononymousse opened 1 year ago

nononymousse commented 1 year ago

My setup :

Hi \^^

i did want to run TransGUI on my desktop but each time it try to connect to my server, i get this error : error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

I did read some issues here and put OpenSSL files on the folder but nothing change

Don't know if it's related but i did enabled the web gui with TLS 1.3

Thank you for all your future answers, it will really help \^^

lighterowl commented 1 year ago

Transgui uses OpenSSL 1.0.2, which doesn't support TLS 1.3.

lighterowl commented 1 year ago

FYI, I switched my fork to OpenSSL v3 but you'd have to build transgui yourself as binaries are not yet available.

Mrnofish commented 1 year ago

binaries are not yet available

So you do have plans? Watched & Starred!

lighterowl commented 1 year ago

binaries are not yet available

So you do have plans? Watched & Starred!

Yes, eventually I'd like to make builds straight in GitHub Actions but there's a lot of stuff to figure out, so I can't make any promises yet.

nononymousse commented 1 year ago

thx for your answers, i will look for that fork ☺️ (not very experienced with compiling in general and i never done it on Windows. Wish me luck lol xD)

(btw i wont close this thread unless the project dosen't use TLS 1.3, that fair imo but i could be wrong)

lighterowl commented 1 year ago

@nononymousse Windows builds of my fork are now available, please use the Actions menu to access the recent artifacts made from master like this one. If you encounter any issues, please report them in the fork.

nononymousse commented 1 year ago

Thanks a lot for your answer works like a charm ^^ (after i remembered i have a reverse proxy setup so i had to use 443 port 😅)