mudkipme / MoeMemosAndroid

An app to help you capture thoughts and ideas
http://memos.moe
GNU General Public License v3.0
594 stars 65 forks source link

Reverse proxy and https #208

Open hiddenbar10 opened 2 weeks ago

hiddenbar10 commented 2 weeks ago

I create a memos server on Synology Nas,and I use reverse proxy to trans http into https. I can access to memos through browsers,but when I try to login memos with https through moeMemos,it displayed:“invalid server”. After that,I set the protocols on both ends of the reverse proxy server to http,and I successfully login in memos through moeMemos. It seems like moeMemos doesn't support https?

jkuhlemann commented 2 weeks ago

I have no issues connecting to my Memos Host via HTTPS. I'm wondering what the issue might be, but I'm pretty sure that the app is not the problem in this case.

hiddenbar10 commented 2 weeks ago

Thanks for your reply, now I know why. I did not add an ssl certificate for my server, this problem solved after I added an ssl certificate for my server, now I can connecting to my Memos Host via HTTPS with domain on the public network. Thanks again.