Good evening,
Im having issues to connect from my Agents client to the OCS Inventory Server.
The server SO is: AlmaLinux release 9.1 (Lime Lynx)
The server version is 2.11.1
The Agent version is 2.10.1.0
The SSL Certificate is updated and specified in the route:
/etc/httpd/conf.d/ssl.conf
Also the Certificates are in the route:
/etc/pki/tls/certs/localhost.crt
If i send a curl to the site i receive a reply with the information:
curl -kv
https://xxx.xxx.xx.xxx/ocsreports/
xxx.xxx.xx.xxx represents the website url
The Ports 443 and 80 are open
Checked with: sudo lsof -i -P -n | grep LISTEN
To connect with the server via Agent we are using:
https://xxx.xxx.xx.xxx/ocsinventory
The site xxx.xxx.xx.xxx/ocsreports/ is currently working and is it possible to access as admin but with 0 devices connected.
Is there any further verification to do?