#Adding Custom SSL Certificates to a Next.js Site
4 messages · Page 1 of 1 (latest)
you may use custom server and config it like this https://github.com/vercel/next.js/discussions/10935#discussioncomment-1119
anyway, in production, this is mostly configured on reverse-proxy such nginx
GitHub
I want to make a request to an API, however, it must be done over HTTPS. I want to configure next so that the app is running at https://localhost:3000 and not http://localhost:3000. Can someone hel...
@spark hedge