Yash-Garg/qBittorrent-Manager

[BUG] Wrong port when testing server connection

mariorossi77 opened this issue · 2 comments

client connects to the server on the wrong port

when configuring the server, after specifying "HTTP" and port "443"
the client connects to port 80

the client should connect to port 443 even if the standard http port is 80

@kusky3 can you follow the Bug Report template please? I'll have a look at the issue.

@kusky3 I've implemented a solution by making port optional, so if you are using any kind of proxy which handles the port forwarding, leaving the port as empty should work just fine now.

Will create a release after the PR has been merged.