Could not reach the /healthcheck/status after upgrade to 4.12.1

Checklist
I have read intro post: https://community.passbolt.com/t/about-the-installation-issues-category/12
I have read the tutorials, help and searched for similar issues
I provide relevant information about my server (component names and versions, etc.)
I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
I describe the steps on how to reproduce the issue

I am running a source installation on Ubuntu with Apache as my webserver. The healthcheck was passing w/o issue on 4.10.1. After checking out 4.12.1, the ā€œCould not reach the /healthcheck/status with the url specified in App.fullBaseUrlā€ erorr started occuring. I followed the documented upgrade proceedure for source installations as I have done many times in the past w/o issue.

My passbolt instance is hosted in a subdirectory so my configuration uses the ā€˜base’ setting for the ā€˜App’ so that I have something similar to:

ā€˜App’ => [ ā€˜fullBaseUrl’ => ā€˜https://my.site.net’, ā€˜base’ => ā€˜/passbolt’ ]

Accessing https://my.site.net/passbolt/healthcheck/status.json gives:

{ā€œheaderā€:{ā€œidā€:ā€œc98c868d-4945-4dd7-b210-f94a42c0ae79ā€,ā€œstatusā€:ā€œsuccessā€,ā€œservertimeā€:1743772918,ā€œactionā€:ā€œf52ecf6c-8e82-5f3d-ab73-f6df46eb71b5ā€,ā€œmessageā€:ā€œOKā€,ā€œurlā€:ā€œ/passbolt/healthcheck/status.jsonā€,ā€œcodeā€:200},ā€œbodyā€:ā€œOKā€}

Otherwise, the application appears to be working fine, except the healthcheck script is also reporting my certificates are self-signed and don’t match the hostname which is nonsense. I know they’re fine and my browsers think they’re fine, so healthcheck is the only outlier here.

Thanks for any help.

Nevermind. I had a DNS configuration issue. Sorry for the noise.

Mate, ā€œit’s always DNSā€. We’ve all been there :smiley: