Never mind we had some code commented out for development
purposes and needed to set it to 0 :
//, CURLOPT_SSL_VERIFYPEER => $this->config["checkpeer"] //
Enable/Disable SSL Cert checks
//, CURLOPT_SSL_VERIFYHOST =>
$this->config["checkhost"] // Enable/Disable hostname verification
);
, CURLOPT_SSL_VERIFYPEER => 0 // Enable/Disable SSL Cert checks
, CURLOPT_SSL_VERIFYHOST => 0 // Enable/Disable
hostname verification
On 10/11/2019 2:04 PM, Daniel Baker wrote:
Does this service still exist :
https://om.alteametasoft.com:8443/services/info/health
I get a 404 or blank page in 5 M3
Thanks,
Dan