Skip to content

The problem with connecting the agent to the server over HTTPS #546

Answered by g-bougard
borodulino asked this question in Q&A
Discussion options

You must be logged in to vote

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:

echo | openssl s_client -connect <server_ip>:443 -servername glpi.****.net --trace

You should use as <server-ip> the resolved ip from the glpi hostname. You can use nslookup glpi.****.net to get it.

This should give you a Verification error text somewhere.

Then you can use -verifyCAfile option:

echo | openssl s_client -connect <server_ip>:443 -servername glpi.****.net --trace -verify…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@borodulino
Comment options

@g-bougard
Comment options

@borodulino
Comment options

@g-bougard
Comment options

Answer selected by borodulino
@borodulino
Comment options

@g-bougard
Comment options

@borodulino
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants