You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work on this. I've been able to connect successfully to NAV using NTLM authentication.
Recently we switched the NAV instance to use HTTPS with a self-signed certificate.
Now I'm getting:
PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://<url scrubbed>' : failed to load external entity "https://<url scrubbed>/Page/Item"
in <scrubbed>/vendor/matejsvajger/ntlm-soap-client/src/NTLMSoap/Model/BaseClient.php on line 39
For test purposes, I tried adding
curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false);
to both places in the code where a curl handle is created, but I'm still getting the same error.
If you have any ideas, I would be be happy to hear them!
The text was updated successfully, but these errors were encountered:
Thanks for your work on this. I've been able to connect successfully to NAV using NTLM authentication.
Recently we switched the NAV instance to use HTTPS with a self-signed certificate.
Now I'm getting:
For test purposes, I tried adding
curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false);
to both places in the code where a curl handle is created, but I'm still getting the same error.
If you have any ideas, I would be be happy to hear them!
The text was updated successfully, but these errors were encountered: