Error to send inventory by glpi-agent using https #442
Replies: 2 comments 3 replies
-
indeed you seems to have the same problem then on #440. Check my comment here: #440 (comment) In your log output, I can see 2 line feeds in the received messages:
So please, check your GLPI server configuration files as explained in my comment. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hello again, I used your feedback to research the error. I found the closing php tag "?>" in a private plugin file. I still find it strange to work with agent 1.4 and not work with agent 1.5. But at least the problem was solved. Thank you very much! |
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
None
Describe the bug
Hello,
is it possible that version 1.5 of glpi-agent has returned with this error?
Using letsencrypt certificates I am having error to use glpi-agent:
If I disable HTTPS on the system, communication happens normally.
But, if I use glpi-injector to force the XML file to be sent manually, it works normally.
To reproduce
Just run in the computer:
glpi-agent -f
Expected behavior
updated inventory in glpi
Operating system
Windows, Linux
GLPI Agent version
Other (See additional context below)
GLPI version
10.0.x (See additional context below)
GLPIInventory plugin or FusionInventory for GLPI plugin version
No response
Additional context
After updating the glpi-agent to version 1.5, the computers stopped being updated in the GLPi system. Both Linux and Windows machines.
In tests, I identified that the glpi-injector is working normally, which leads me to believe that there is no error on the site.
Test with Injector:
Another test I performed was to rollback some machines to version 1.4. All with glpi-agent 1.4 returned to communicate normally with the inventory.
When debugging via the command line, I am getting the following error:
Beta Was this translation helpful? Give feedback.
All reactions