express-sslify
express-sslify copied to clipboard
Custom SSL port
I was looking at the code and it seems that now, there is no way to specify to which SSL port will I perform the redirect.
This is an issue when I am testing locally with a custom HTTPS server that is listening on port, say, 3001 which is different from the default 443.
I will gladly make the necessary fixes and submit a PR, but would like to listen to your opinion first before start coding anything.
Hey,
Could be a nice addition - Would welcome a PR. Should just be very careful to not cause any issues with complex / unusual URLs.
Florian