mudkipme / MoeMemos

An app to help you capture thoughts and ideas
http://memos.moe
Mozilla Public License 2.0
404 stars 35 forks source link

ios 使用域名加端口号的方式不能读取server, 但是使用ip加端口号就可以 #153

Closed nanshens closed 7 months ago

nanshens commented 8 months ago

请问这个可以修复吗

Issues-translate-bot commented 8 months ago

Issue is not in English. It has been translated automatically.


Title: ios The server cannot be read using the domain name plus the port number, but it can be read using the ip plus the port number.

Can this be fixed?

mudkipme commented 7 months ago

Moe Memos for iOS doesn't support plain HTTP connection due to Apple's App Transport Security policy (other than connecting to local network via IP address). It’s recommended to use acme.sh to enable HTTPS on your server.

ifeitao commented 4 months ago

url like this can't login: https://memos.example.com:10443

hertz-hwang commented 3 months ago

have the same problem. my server hosted on my home, and the port not 443, such as https://mem.xxx.xxx:53443, then the apps can not connects to the server

mudkipme commented 3 months ago

have the same problem. my server hosted on my home, and the port not 443, such as https://mem.xxx.xxx:53443, then the apps can not connects to the server

You need to install the certificate to the device and trust it if you are using a self-signed certificate for HTTPS: https://support.apple.com/en-us/102390

BTW, Moe Memos now also supports plain HTTP connection.

hertz-hwang commented 3 months ago

have the same problem. my server hosted on my home, and the port not 443, such as https://mem.xxx.xxx:53443, then the apps can not connects to the server

You need to install the certificate to the device and trust it if you are using a self-signed certificate for HTTPS: https://support.apple.com/en-us/102390

BTW, Moe Memos now also supports plain HTTP connection.

YES, I have tried. But, I don't have the option "Enable full trust for root certificates"