The problem with connecting the agent to the server over HTTPS #546
-
Documentation & bug reporting acknowledgmentYes, I read it Describe your problemHello. I have a problem with connecting the agent to the server over HTTPS on linux. glpi-agent version
server version
glpi-inventory plugin version
OS version
The agent version 1.5-1 is installed on a windows PC and everything works well. The agent version 1.6-1 is installed on Linux and the https connection is not established (on other Linix-PCs version 1.5, the result is similar).\ The option
I also tried using the Please help me, what am I doing wrong? txt-file with glpi-agent log was attached |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @borodulino have you tried to put Can you confirm Maybe you need to concatenate |
Beta Was this translation helpful? Give feedback.
Well, I don't see anything telling what's really happening behind.
Maybe there's some compatibility problems somewhere.
To diagnostic further the problem, you may investigate using the
openssl s_client
feature. For example, you can run something like this to check the connection is rejected without CA chain:You should use as
<server-ip>
the resolved ip from the glpi hostname. You can usenslookup glpi.****.net
to get it.This should give you a
Verification error
text somewhere.Then you can use
-verifyCAfile
option: