Hello!
I want to configure additional Ports for HTTPS/SSL. I found the "S" port
option, so I configure it the following:
records.conf
CONFIG proxy.config.http.server_port INT 80
CONFIG proxy.config.http.server_port_attr STRING X
CONFIG proxy.config.http.server_other_ports STRING 8080:X 7080:X 7043:S
CONFIG proxy.config.http.ssl_ports STRING 443 563 7043
The Port 7043 works fine, but the normal SSL-Port 443 does not work with
this configuration (timeout). If I remove the "7043:S" from the
"server_other_ports" option, 443 works fine.
If I set the 443-Port like this:
...server_other_ports STRING 8080:X 7080:X 7043:S 443:S
nothing works ("connection refused" for 443/7043 routes).
Is this a bug or missconfiguration on my side? How can i run both ports
at the same time?
Aaron