开发者

Node.js + Express.js + SSL [duplicate]

This question already has answers here: Closed 10 years ago.

Possible Duplicate:

How to set up HTTPS server in Express js (Node.js)?

Is there a convenient way to use ExpressJS (framework for NodeJS) to handle SSL con开发者_开发问答nections?


I think you'd need to configure a reverse proxy (nginx, Apache). This isn't particularly Node-specific; however I haven't tried it yet so I don't know if there are any particular gotchas with Node/Express.

v0.3.4 includes an improved https module, but I believe the Express author has stated that v3, classified an unstable (odd-numbered) release, isn't supported. Of course Node's still in its infancy so instability will be the rule for some time to come.

I asked about this a few days ago:

Node.js + SSL support

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜