Closed nanshens closed 10 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?
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.
url like this can't login: https://memos.example.com:10443
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
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.
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"
请问这个可以修复吗