Dev SSL showing example.com

I had mydomain.test setup on my trellis last week no problem. I temporarily added it to another trellis box, provisioned (updated hosts file to point to new dev box). Now I’ve put domain back in wordpress_sites on the original trellis box but when I provision and go to the site, I get the SSL warning against example.com instead of mydomain.test

my-domain.co.uk:
site_hosts:
  - canonical: www.my-domain.test
    redirects:
      - my-domain.test
local_path: ../my-theme # path targeting local Bedrock site directory (relative to Ansible root)
admin_email: admin@example.test
multisite:
  enabled: false
ssl:
  enabled: true
  provider: self-signed
cache:
  enabled: false

Screenshot 2020-10-26 at 13.10.44

I’ve deleted all old signed certs from Keychain Access, re-provisioned (successful) and also ran:
vagrant trellis-cert trust which was successful against my-domain.test but viewing the actual site on browser shows the above example.com still

This topic was automatically closed after 42 days. New replies are no longer allowed.