Could not reach the /healthcheck/status with the url specified in App.fullBaseUrl [Custom Container]

Hi,
I am running in a weird issue that I have seen some of us have suffered but could not find a clear answer to it so here is the deal:

  • Running in a docker container with (this is not the passbolt container but an apache/php container where I run some sites)
    • Apache/2.4.10 (Debian) Server
    • PHP version 7.2.4
  • http: 88 -> 80
  • https: 448 -> 443

installation script run without a glitch

 Open source password manager for teams
---------------------------------------------------------------

Running baseline checks, please wait...
Critical healthchecks are OK

Cleaning up existing tables if any.
---------------------------------------------------------------
0 tables dropped

Install the schema and default data.
---------------------------------------------------------------
using migration paths
 - /var/www/html/passbolt/passbolt_api/config/Migrations
using seed paths
 - /var/www/html/passbolt/passbolt_api/config/Seeds
using environment default
using adapter mysql
using database passbolt

but when I run the health checkā€¦

[FAIL] Could not reach the /healthcheck/status with the url specified in App.fullBaseUrl
[HELP] Check that the domain name is correct in config/passbolt.php
[HELP] Check the network settings
     SSL Certificate
[FAIL] SSL peer certificate does not validate
[FAIL] Hostname does not match when validating certificates.
[WARN] Using a self-signed certificate

any help would be very welcome
Thanks

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