Certificat error with custom APP_FULL_BASE_URL on docker

Hi everybody,

I try to test docker install but I can’t use APP_FULL_BASE_URL.
When I add this env parameter, SSL sertificat (https) is invalid, I can’t add exception (NET::ERR_CERT_AUTHORITY_INVALID).
This certificat is always signed for www.passbolt.local

If I try to use www.passbolt.local, I’m redirected to url in APP_FULL_BASE_URL.
When I create an user, given url is also correct.

I used default install just after git clone (I just modified volumes and APP_FULL_BASE_URL).

I don’t have any error in logs when I start with “docker-compose up”

Anyone have an idea about this strange thing ?

Thank you

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.