Next.js: How to use https?

Created on 19 Nov 2016  ·  3Comments  ·  Source: vercel/next.js

How to make it support https?

Most helpful comment

@arunoda we don't have any plans about HTTPS yet.
I think this issue is also related to https://github.com/zeit/next.js/issues/25 since you can possibly run your own server using https module.

All 3 comments

Could you give more info on this?

Usually, we don't terminate on Node.js level.
We do it using a SSL terminator (Nginx, bud or stud) or usually using a method supported by the cloud hosting provider.

@nkzawa do you we any other plans to support HTTPS?

@arunoda we don't have any plans about HTTPS yet.
I think this issue is also related to https://github.com/zeit/next.js/issues/25 since you can possibly run your own server using https module.

Was this page helpful?
0 / 5 - 0 ratings