You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2020-08-24 08:31:13

donimuzur
Member
Registered: 2020-08-14
Posts: 2

cant see plugins list

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

#2 2020-08-24 22:40:26

WebGreg
Member
Registered: 2020-02-27
Posts: 729

Re: cant see plugins list

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

#3 2020-08-25 10:36:48

donimuzur
Member
Registered: 2020-08-14
Posts: 2

Re: cant see plugins list

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

#4 2023-06-07 14:19:04

pierreL
Member
Registered: 2023-05-22
Posts: 53

Re: cant see plugins list

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

#5 2024-04-21 00:02:07

scavenger
Member
Registered: 2021-06-02
Posts: 6

Re: cant see plugins list

donimuzur wrote:

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

Board footer

Powered by FluxBB