I've been googling and looking here at stackoverflow, but I can't find an answer I like ;-)
I have a NodeJS server that runs over HTTPS and port 3001. Now I'd like to fetch all incoming HTTP requests on port 3001 and redirect them to the same URL but over HTTPS.
This must be possible. Isn't it?
Thanks!