You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module correctly creates configuration entries for IPv4 to have port 80 send redirect to the ssl site which listens on the default 443, but for IPv6 it does not. The IPv6 listen directive is the same in both server blocks.
I'm not sure the correct way to fix this for the module. There are listen_port and ssl_port directives but they are only used for IPv4, there is only a single ipv6_listen_port directive.
Would the appropriate fix be to either do away with the ipv6_listen_port and have it default to listen_port & ssl_port, or should there be an ipv6_ssl_port option?
The text was updated successfully, but these errors were encountered:
When using a configuration like this.
The module correctly creates configuration entries for IPv4 to have port 80 send redirect to the ssl site which listens on the default 443, but for IPv6 it does not. The IPv6 listen directive is the same in both server blocks.
I'm not sure the correct way to fix this for the module. There are listen_port and ssl_port directives but they are only used for IPv4, there is only a single ipv6_listen_port directive.
Would the appropriate fix be to either do away with the ipv6_listen_port and have it default to listen_port & ssl_port, or should there be an ipv6_ssl_port option?
The text was updated successfully, but these errors were encountered: