Please describe what you are doing to trigger the bug:
I configured the HTTPS settings to use a domain name, and also changed the default port to 445 (since I already have a website on 443)
Please describe what you expect to happen (but doesn’t):
I expected to be able to access Duplicacy web edition via https://(domain name):445
Please describe what actually happens (the wrong behaviour):
Duplicacy failed to restart and gives a pop-up with the error “can’t start web server: listen tcp: address 445: missing port in address”
It then attempts to open anyway using my configured domain name - however it uses port 443 which causes a certificate warning as it’s actually opening my other website which is on 443.
If I try to use the previous http://127.0.0.1:3875 address that immediately redirects to the HTTPS version but still using port 443.
This means I cannot access the Duplicacy control webpage at all now.
How can I remove the HTTPS settings to revert back to the way it was?
Thanks,
David