Salvora
Salvora
As far as I know that is not possible with synology. I need to wait for them to release an update.
I have this already in my compose, it does not work. Maybe, it works only with port 443? ```yaml environment: SFTPGO_HTTPD__BINDINGS__0__PORT: 9800 SFTPGO_HTTPD__BINDINGS__0__ENABLE_HTTPS: 1 SFTPGO_HTTPD__BINDINGS__0__CERTIFICATE_FILE: ${CERTIFICATE_FILE} SFTPGO_HTTPD__BINDINGS__0__CERTIFICATE_KEY_FILE: ${CERTIFICATE_KEY_FILE} SFTPGO_HTTPD__BINDINGS__0__CLIENT_IP_PROXY_HEADER: X-Forwarded-For...
That still is not working with port 9800
`2025-07-10T03:15:39.350 ERR could not start HTTP server: listen tcp 172.31.255.20:9800: bind: cannot assign requested address | sender=service ` I am in docker and use haproxy with pfsense 172.31.255.20 is the...
I use this since ping does not work but would prefer to use the "ping" command since that is its purpose. when SFTPGO_HTTPD__BINDINGS__0__ENABLE_HTTPS is set to 1. the ping command...
it has nothing to do with reverse proxy. The "ping" should respect http settings. You can use sftpgo without a cert and do the ssl termination at reverse proxy then...