Can I send HTTP requests from an HTTPS Node.js server?
I have just changed my node.js server to default to HTTPS traffic but now
I'm getting some errors when I make a request to other HTTPS resources.
My node server acts as a relay. It takes a request, then sends another
request to a different HTTPS server. Seems like now that I've defaulted my
server to HTTPS that I cannot send HTTP requests. Is there an option I can
change in my request that prevents my server from attempting to connect
over HTTPS? I'm using the request module.
No comments:
Post a Comment