Replies: 2 comments 12 replies
-
Hi @cab-lmsys maybe the default ssl server side behind If you want a one-liner to extract the expected fingerprint, you can use perl this way:
Of course, replace the URL by your own glpi server url. About your error:
It means you have Last point, when using
|
Beta Was this translation helpful? Give feedback.
-
Hi @g-bougard Thanks for your reply. I've compared the fingerprint I obtain in command line and the perl command you provided and values were the same (also displayed in logs with --no-ssl-check option on another host). I edited /etc/glpi-agent/agent.cfg file and commented all lines (even if values where empty)
in my custom conf file I have only
I also tried with quotes in command line without success |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Documentation & bug reporting acknowledgment
Yes, I read it
Describe your problem
After installing GLPI-Agent AppImage, I run following command to get GLPI server SSL fingerprint
Then in agent config file, added following option
ssl-fingerprint = sha256$<lowercase-hex-string>
But I still have following message in logs
I tried to set property manually in command line but still have same error
glpi-agent --ssl-fingerprint sha256$<lowercase-hex-string> --debug
In documentation I found
but I was expecting to be able to use ssl-fingerprint without running no-ssl-check inventory by get fingerprint with command line
Installed version
Beta Was this translation helpful? Give feedback.
All reactions