<IP> is not a publicly accessible domain. Skipping SSL certificate generation.
- 0
- Self Hosted
- Functions
- Web

this is what docker logs appwrite returns when i am using urlShortener template or any other ones with a appwriteService function executed, like createDocument(...). Log returns exctly: 128.140.32.165 is not a publicly accessible domain. Skipping SSL certificate generation.
[2024-04-15 20:58:32 *21.11]    WARNING    Context::build_header() (ERRNO 7105): The client has set 'Accept-Encoding', 'Content-Length' will be ignored
[2024-04-15 21:15:08 *21.11]    WARNING    Context::build_header() (ERRNO 7105): The client has set 'Accept-Encoding', 'Content-Length' will be ignored
[2024-04-15 21:15:22 *21.11]    WARNING    Context::build_header() (ERRNO 7105): The client has set 'Accept-Encoding', 'Content-Length' will be ignored
[2024-04-15 21:18:52 *21.11]    WARNING    Context::build_header() (ERRNO 7105): The client has set 'Accept-Encoding', 'Content-Length' will be ignored
[2024-04-15 21:21:09 *21.11]    WARNING    Context::build_header() (ERRNO 7105): The client has set 'Accept-Encoding', 'Content-Length' will be ignored
[2024-04-15 21:25:24 *21.11]    WARNING    Context::build_header() (ERRNO 7105): The client has set 'Accept-Encoding', 'Content-Length' will be ignored
[2024-04-15 21:26:36 *21.11]    WARNING    Context::build_header() (ERRNO 7105): The client has set 'Accept-Encoding', 'Content-Length' will be ignored

IP is in fact publically available, as well as the domain where it points to (A NAME RECORD). And when using the domain, the browser chrome/safari/... dont complain about the certificate - everything is fine

maybe thats a point: the domain where it points to contains a subdomain (apw.mydomain.com)
Recommended threads
- Does a user need to be registered in App...If I want to send an email (for example, to xyz@gmail.com) from an Appwrite Cloud Function, does that email address need to be registered as a user in Appwrite?... 
- endpoint variableAppwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p... 
- How can I get the Google Avatar of the u...How can I get the Google Avatar of the user that signed in with Google? 
