ithh-tuomas Posted February 13, 2014 Posted February 13, 2014 Hi! Some of our newer native Linux client are having trouble registering with our server. Seems identical to jmcclane's Raspberry Pi problem (http://forum.pulseway.com/topic/1065-raspberry-pi-problem/). /var/log/warn shows: Feb 13 14:14:37 linux-ue2u pcmonitor: Error while registering computer:SOAP 1.1 fault: SOAP-ENV:Client[no subcode] "SSL_ERROR_SSL error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed" Detail: SSL_connect error in tcp_connect() uname -a: Linux linux-ue2u 3.11.6-4-default #1 SMP Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) i686 i686 i386 GNU/Linux (openSUSE 13.1) Outputs to commands Calin requested from jmcclane are identical except for OPENSSLDIR: "/etc/ssl". Agent version should be current, downloaded today. CA-certificates has been installed but that didn't help. Thank you in advance!
Calin Posted February 13, 2014 Posted February 13, 2014 Hello. Please make sure that the trusted ca's exist in the /etc/ssl/certs folder
ithh-tuomas Posted February 13, 2014 Author Posted February 13, 2014 Hey! I actually solved this an hour after my original question. For some reason installing ca-certificates didn't install any certs. I had to copy our CA's root certificates to /etc/pki/trust/anchors/ and then run update-ca-certificates. This created the needed links in to /etc/ssl/certs/. Now it works, thanks! Paul 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now