Ente CommunityEC
Ente Communityโ€ข5mo agoโ€ข
11 replies
Jesper_TJ

Museum API over HTTPS with self-signed certificates?

Hey!

Im currently setting up my Ente Auth sync server. Right now, the API server is currently only reachable over HTTP though, which i dont want beacuse of the security reasons. I have read about the reverse-proxy in the documentations but i dont want to expose this server to the internet, im currently using a VPN into my network and reaching it locally. I have tried to setup a Nginx proxy forwarder with self signed certificates and everything, its working fine in the browser when accessing "https://serverip:newport/ping" BUT when trying to enter it in the app, it just instantly says that the endpoint is wrong.

So the reverse proxy and everything is clearly working but the app just wont accept it as it is right now. Are there any ways to fix this? How do you usually do it?
Was this page helpful?