Skip to main content

When I register the token I have :

I tried to test internet connection in my centreon and I have :

In my almalinux I ping api.imp.centreon.com but when I do curl 'https://api.imp.centreon.com/v2/license-manager/instance/subscription' I have the error message : 

curl: (60) SSL certificate problem: self-signed certificate in certificate chain
More details here: https://curl.se/docs/sslcerts.html

So my problem is in my almalinux 9.4, but I don’t find how to resolve this certificat problem.
 

Has anyone had this problem?

 

Thanks

Can you try to update ca-certificates package?

dnf update ca-certificates

I’m on a AlmaLinux 9.6 without issue:

# curl 'https://api.imp.centreon.com/v2/license-manager/instance/subscription'
{"message": "Authentication required"}


# cat /etc/os-release
NAME="AlmaLinux"
VERSION="9.6 (Sage Margay)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.6"
PLATFORM_ID="platform:el9"
PRETTY_NAME="AlmaLinux 9.6 (Sage Margay)"
ANSI_COLOR="0;34"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:almalinux:almalinux:9::baseos"
HOME_URL="https://almalinux.org/"
DOCUMENTATION_URL="https://wiki.almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"

ALMALINUX_MANTISBT_PROJECT="AlmaLinux-9"
ALMALINUX_MANTISBT_PROJECT_VERSION="9.6"
REDHAT_SUPPORT_PRODUCT="AlmaLinux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.6"
SUPPORT_END=2032-06-01

 


Merci pour ta réponse
On va peut être écrire en francais.
Oui je l’avais fait.
Je viens de le refaire :

# dnf update ca-certificates
Last metadata expiration check: 0:29:31 ago on Tue Aug 26 10:38:13 2025.
Dependencies resolved.
Nothing to do.
Complete!

 

 


Etrange car c’est un CA délivré par Amazon et il semble ok:

 


Oui ça ne proviens pas du serveur d’inscription de centreon.
De mon PC j’accède bien à l’url et j’ai le message de réponse.
C’est lié à mon serveur almalinux

 


Bon en fait ce n’était ni centreon ni le linux.

Une règle sur notre firewal concernant le flux HTTPS pour le serveur centreon avait été désactivée.

En réactivant cette règle ça va mieux :
# curl -s 'https://api.imp.centreon.com/v2/license-manager/instance/subscription'
{"message":"Missing Authentication Token"}

Désolée pour le dérangement


Reply