Re: Checking health of OM

2019-10-11 Thread Maxim Solodovnik
Works for me: https://om.alteametasoft.com:8443/next/services/info/health
Great you figured it out :)

On Fri, 11 Oct 2019 at 14:34, Daniel Baker 
wrote:

> 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
> >
> >
> >
>


-- 
WBR
Maxim aka solomax


Re: Checking health of OM

2019-10-11 Thread Daniel Baker
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