How to make it support https?
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.
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.