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
#[SOLVED]<IP> is not a publicly accessible domain. Skipping SSL certificate generation.
13 messages · Page 1 of 1 (latest)
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)
IP addresses are not "publicly accessible domain"s - ie, they aren't domains. LetsEncrypt will not give you a certificate for an IP.
Well yeah, but I’ve never tried to issue one to it 😬
And this though pops up in the error log
Did you set _APP_DOMAIN to an IP?
Nope all three are set to the same publicaly accessible domain (app_domain, …functions, …target) are set to apw.smart-agentur.at
Then I’m not really sure why it’s trying to generate a cert on your IP. I think I’ve seen my server do that too? But it’s not really an issue.
Understand, but it’s also not my “main issue”, it’s just happening during the whole functions not working context ;)
I’ll set it to solved in that case and open the suggested one
Yep, I can see how it would be confusing.
There are often logs which look alarming at first glance but are actually nothing - with all software.
<SOLVED><IP> is not a publicly accessible domain. Skipping SSL certificate generation.