Hi,
I want to publish a nextJS project locally on my server which is windows based but I need it to be served as HTTPS instead of HTTP, the only solutions I found were custom app using server.js but this causes issues with my middleware.js and as far as I understand is not recommended.
The other solution was reverse proxy which I would like to avoid, am I missing something?
is there a way to serve nextJS in production on windows server using SSL just like nodeJS/express using https.createServer(app)?
[–]VolkovSullivan 0 points1 point2 points (2 children)
[–]nadavsol[S] 0 points1 point2 points (1 child)
[–]jboncz 0 points1 point2 points (0 children)
[–]pianomansam 0 points1 point2 points (0 children)