-
I've got port set to 443, security enabled set to true and https_redirect set to true, but I get can't connect to server when typing http:// instead of https:// I've reloaded and restarted the service and rebooted the server but no luck. Am I missing some config? I feel like maybe it's because only port 443 is specified |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hello, you have to define an additional HTTP binding on port 80 and enable the redirect for this binding. |
Beta Was this translation helpful? Give feedback.
-
Ah thanks, I'l leave it as is then as auto-renewal is more important for us. If there's any way to make both work together in a future release that would be amazing! |
Beta Was this translation helpful? Give feedback.
-
That's a good idea but I think I'd have to spend some time tinkering to get it working and possibly break things in the process, unfortunately we've had to go live with this server rather quickly as our old FTP server had a limit of 8192 links it could store in the database and we'd run out! |
Beta Was this translation helpful? Give feedback.
Hello,
you have to define an additional HTTP binding on port 80 and enable the redirect for this binding.
The problem is that this way certificate renewal will not work because when SFTPGo try to renew the certificate it will fail because port 80 is already in use.