How to setup Parse server to https server instead of http server?

Hello,

We will need to use the Parse Server as a https server, but did not find the related document for how to config or do this, could anyone please help?

Thanks a lot.

This may or may not be a solution for you, but for my application I run the Parse server as http on localhost only and just proxy to it with Apache. Apache handles the https. This would work with any https server that can handle proxying the connection. Alternatively I believe you can just set up Parse with Express and set up https for Express, although Iā€™m not sure.

1 Like