thielepaul / photoprism-mobile

Flutter App for PhotoPrism
GNU General Public License v3.0
898 stars 69 forks source link

Self signed certificate #127

Open rickysarraf opened 3 years ago

rickysarraf commented 3 years ago

Does the mobile client support a PP server running behind an nginx proxy with self signed certificate ?

I have PP setup and working fine from my laptop browser, with the exception of the certificate, for which the browser just warns that it is a self signed certificate.

But on the mobile client, I get no results. Nor do I get any logs in the client app

rickysarraf commented 3 years ago

It looks like my suspicion was correct. After I additionally enabled http service, the mobile client can connect proper. Would it make sense to have an option in the mobile client: Accept all certificates ?

Mortein commented 3 years ago

How about Ignore server certificate?

rickysarraf commented 3 years ago

How about Ignore server certificate?

In that case, in my opinion, the right wording would be Ignore server certificate authenticity. Because that's exactly what self-signed certificates are.