[nodejs] Re: https, GoDaddy SSL cert, node.js under Microsoft Azure

2013-05-17 Thread Peter Rust
Sushil, Glad you got it working, but it might be worth double-checking what Tomasz Janczuk says above (it looks like he's on the Windows Azure team). My impression is that configuring your custom node app for SSL shouldn't be necessary because Azure (via IISNode) can communicate via SSL

[nodejs] Re: https, GoDaddy SSL cert, node.js under Microsoft Azure

2013-05-16 Thread Sushil Baid
I ran through same issue and hit here. I generated pfx from the godaddy certificate files using IIS admin console. Provided pfx and passphrase options to https.createServer(options). Refer

[nodejs] Re: https, GoDaddy SSL cert, node.js under Microsoft Azure

2012-10-18 Thread David
Hi, Can you point me at the Godaddy procedure you used to convert my p7b and crt files to a pfx. Cheers, David On Thursday, August 2, 2012 4:27:36 PM UTC+1, thstart wrote: Install GoDaddy SSL certificate with Node.js I want to use https for my web app which is running on Microsoft

[nodejs] Re: https, GoDaddy SSL cert, node.js under Microsoft Azure

2012-08-12 Thread thstart
you mean I cannot use HTTPS using node.js with Azure? On Monday, August 6, 2012 10:47:15 AM UTC-7, Tomasz Janczuk wrote: If you are hosting an HTTPS node.js site in IIS using iisnode, instead of setting up an HTTPS server in your application, set up an HTTP one. This is because iisnode acts