You are not logged in.
Pages: 1
here is the message
"GLPI Network services website seems not available from your network or offline
Maybe you could setup a proxy or please check later"
i have already add the registration key in general setup. but there is a message like this "GLPI Network services website seems not available from your network or offline
Error was: SSL certificate problem: unable to get local issuer certificate"
i am using windows
Offline
This last error is due to an incorrect SSL configuration on your PHP Windows installation (missing CA certificates in curl module).
curl.haxx.se/docs/sslcerts.html
stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificate/34883260#34883260
source: github.com/glpi-project/glpi/issues/7411
--
GLPI 10.0.7
GLPI-Inventory 1.2.1
Ubuntu Server 20.04 LTS
Offline
i have configured the ssl on php.ini .
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
curl.cainfo = "C:\Program Files\PHP\v7.3\extras\ssl\cacert.pem"
but the message is still there.
Offline
Hello,
I've got the same messages but I'm on Linux. i downloaded cacert.pem file from curl.se/ca/cacert.pem , then, I saved it to /etc/pki/tls/
I modified the php.ini file with:
[curl]
curl.cainfo = "/etc/pki/tls/cacert.pem"
[openssl]
openssl.cafile = "/etc/pki/tls/cacert.pem"
I restarted apache2 and restarted the computer.
Despit it, I've got still the messages displayed:
"GLPI Network services website seems not available from your network or offline
Maybe you could setup a proxy or please check later"
"GLPI Network services website seems not available from your network or offline
Error was: SSL certificate problem: unable to get local issuer certificate"
-----
GLPI 10.0.7
GLPI-Inventory 1.2.1
Ubuntu Server 22.04.2 LTS
Offline
i have configured the ssl on php.ini .
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
curl.cainfo = "C:\Program Files\PHP\v7.3\extras\ssl\cacert.pem"but the message is still there.
THANKS. A. LOT.
Offline
Pages: 1