Hello,
I'm trying to communicate Windows agent v2.4.0.0 with OCS Inventory server v2.5.
Agent has an error Failed to send Prolog <HTTP Status code #404>.
On server side I have in /var/log/apache2/access.log only this:
172.23.192.5 - - [19/Oct/2018:18:54:56 +0200] "GET /error/HTTP_FORBIDDEN.html.var HTTP/1.1" 404 4506 "-" "OCS-NG_WINDOWS_AGENT_v2.4.0.0"
From agents' computer I've got 400 Bad Request message on https://myocspage/ocsinventory
https://myocspage/ocsreports opens properly
In /var/log/apache2/other_vhosts_access.log there is also:
myocspage:80 ::1 - - [19/Oct/2018:19:16:32 +0200] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.10 (Debian) OpenSSL/1.0.2l mod_perl/2.0.9dev Perl/v5.20.2 (internal dummy connection)"
What can I do to find out why agent is receiving 404 response?