Hi guys, I'm seeing things like these in my appwrite logs. Is there a place I should look into to clear out stuff like this? It makes me very uncomfortable to see random entries like these (I don't recall ever configuring anything with videocontrolpanel.net and of course none of that 'aaa....' stuff:
appwrite | ss0977.videocontrolpanel.net is not a main domain. Skipping SSL certificate generation.
appwrite | aws-api.videocontrolpanel.net is not a main domain. Skipping SSL certificate generation.
appwrite | aws.videocontrolpanel.net is not a main domain. Skipping SSL certificate generation.
appwrite | ikaplya.videocontrolpanel.net is not a main domain. Skipping SSL certificate generation.
appwrite | aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa is not a publicly accessible domain. Skipping SSL certificate generation.
It means someone (scrapper, search engings, etc.) are trying to access your server IP using that domain
That can happen for many reasons some in which your current server IP was previously used by those domains.
It doesn't matter and you can safely ignore those logs.
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...