Open nononymousse opened 1 year ago
Transgui uses OpenSSL 1.0.2, which doesn't support TLS 1.3.
FYI, I switched my fork to OpenSSL v3 but you'd have to build transgui yourself as binaries are not yet available.
binaries are not yet available
So you do have plans? Watched & Starred!
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.
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)
@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.
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 😅)
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 \^^