Hi, In our application we need to connect to arbitrary web servers from Node but our server can only connect to the outside internet through the corporate proxy. If the target page is on a regular HTTP server we simply set the path to the full URL and things just work; however if the target page is under HTTPS and we use the same solution we get invalid requests errors from the proxy.
I have also tried to change the request_method to "CONNECT" with no luck. Is there a way to connect to HTTPS servers through a HTTP proxy in Nodejs? Thanks, Elio. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
