[Solved] Yet another trusted domain issue

Hi

Browsing the web it seems it is a recurrent issue but I seem to have it too…
New deployment v 10.0.10
My php.conf reads

 'trusted_domains' => 
  array (
    0 => '127.0.0.1',
    1 => '172.16.50.210',
    2 => 'domain.com',
    3 => 'domain.ch',
  ),

log file reads

{"reqId":"UBBgiNWVdzdAy9OsowTq","level":2,"time":"2018-11-28T20:50:30+00:00","remoteAddr":"212.147.*.*","user":"--","app":"core","method":"GET","url":"\/cron.php","message":"Trusted domain error. \"212.147.*.*\" tried to access using \"mycloud.domain.com\"indeedst."}

212.147.x.x is indeee my ip and mycloud.domain.com is the FQDN I try to access, where domain.com is obviously a placeholder.

What am I missing here ? Any pointer most welcome.

I might be wrong, but I think there are no wildcards. You have to enter the full domain, including the subdomain.

1 Like

Right you are - thanks, this eluded me !