mconway / firefly-app

Mobile application for Firefly iii
GNU General Public License v3.0
62 stars 8 forks source link

cannot connect to server with self-signed ssl cert #42

Open ialex87 opened 1 year ago

ialex87 commented 1 year ago

Hi there, first of all I want to thank you for your work! Sadly I am having some issues getting firefly-app connecting to my server.... Since I cannot find the answer anywhere, thought to ask here for the help.

I have setup firefly selfhosted running on a docker instance that is fronted by the nginx proxy manager using self singed certificate. From any device in the network the web ui works as expected, however whenever I try to setup the connection of the firefly-app on android to my local server it just doesn't connect and doesn't output any error or message. I have tried using OAuth2 and PAT and didn't get any to work. Checking the server logs, I don't see not even an attempt to connect from the my mobile device.

Am I missing something obvious here ?

firefly-app version: 0.10.5.760 server version: Version [5.7.18]

Thank you!