Replies: 2 comments
-
I tried to run the
This is very bizarre. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like it's due to the "Web Access Protection Policy" of ESET Endpoint Security. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug reporting acknowledgment
Yes, I read it
Professional support
Yes, I know
Describe the bug
Hello,
I just installed and configured the GLPI Agent v1.15 on my Windows machine and I get this error in the log :
[Wed Jul 23 10:59:26 2025][error] cannot parse C:/Program Files/GLPI-Agent/var/keystore-export-2qSjQi/temp.cer as PEM X509 cert: error:0680007C:asn1 encoding routines::illegal characters at C:/Program Files/GLPI-Agent/perl/agent/GLPI/Agent/HTTP/Client.pm line 694 thread 1.****
The full log is :
The Agent has been installed with these options :
SERVER=https://glpi.mycompany.xyz/front/inventory.php TAG=MyTag USER=MyUser PASSWORD=MyPassword RUNNOW=1
I found the server url, login and password as specified within the registry, so it seems that the install succeeded.
The server is installed in a Debian 12 VM with a local MariaDB, nginx and certbot to get LetsEncrypt certificates. The web app works as expected.
I also added a basic auth at
location = /front/inventory.php { }
Here is my nginx configuration file :
To reproduce
Install the agent on a Windows machine ?
Expected behavior
The Agent can reach the server
Operating system
Windows
GLPI Agent version
v1.15
GLPI version
10.0.17, 10.0.18
GLPIInventory plugin or other plugin version
Not applicable
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions