Skip to main content

Hello;

i just fresh install a server central with the automatic processus “Unattended installation of a central server” version 24.04

once installed , i set the https access to the central GUI and i can connect on it with a self certificate.

 

Now i would like to register a remote server with same process install “Unattended installation of a central server” version 24.04”.

once installed, when i run 

/usr/share/centreon/bin/registerServerTopology.sh -u admin -t remote -h ipcentral -n remoteserver1 --insecure

i have this issue:

 

2024-09-04 18:25:46+02:00 - ERROR - ip remoteserver: {"code":500,"message":"Request to the Central's API failed : Recv failure: Connection reset by peer for \"http:\/\/ipcentral\/centreon\/api\/v24.04\/login\"."}

 

could you help me?

thank

Hello,

When using HTTPS, you need to add the protocol and the port with the central IP/FQDN:

/usr/share/centreon/bin/registerServerTopology.sh -u admin -t remote -h https://ipcentral:443 -n remoteserver1 --insecure

 


hello, i’ve got same issue with port 443

 

 


issue comes from firewall equipement.


Reply