jmcclane Posted January 24, 2014 Share Posted January 24, 2014 Hi, I have installed the deb (latest one, from website) and setup the xml setup file, but the Raspi doesn't show up in the system-list. cat /var/log/syslog | grep pcmonitor shows: GET_SERVER_CERTIFICATE:certificate verify failed"#012Detail: SSL_connect error in tcp_connect() Jan 24 16:32:23 raspbmc pcmonitor: Error while registering computer:SOAP 1.1 fault: SOAP-ENV:Client[no subcode]#012"SSL_ERROR_SSL#012error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed"#012Detail: SSL_connect error in tcp_connect() THX! Link to comment Share on other sites More sharing options...
Staff Calin Posted January 24, 2014 Staff Share Posted January 24, 2014 Hello, it seems that there are some issues with openssl. Can you post the output for openssl version -a and openssl s_client -CApath /usr/libs/ssl/certs -quiet -connect wsn.pulseway.com:443 Link to comment Share on other sites More sharing options...
jmcclane Posted February 9, 2014 Author Share Posted February 9, 2014 Hi, sorry for the late answer, but the email notification doesn't work for me here. openssl version -a output: OpenSSL 1.0.1e 11 Feb 2013 built on: Sun Mar 24 12:44:00 UTC 2013 platform: debian-armhf options: bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) blowfish(ptr) compiler: gcc -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DL FCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector --param=ssp-buff er-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wa, --noexecstack -Wall -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA 256_ASM -DSHA512_ASM -DAES_ASM -DGHASH_ASM OPENSSLDIR: "/usr/lib/ssl" and openssl s_client -CApath /usr/libs/ssl/certs -quiet -connect wsn.pulseway.com:443 output: depth=2 C = US, O = GeoTrust Inc., CN = GeoTrust Global CA verify error:num=20:unable to get local issuer certificate verify return:0 read:errno=104 I've also a problem on my root server with pcmonitor. Output of cat syslog | grep pcmonitor shows this: Feb 9 18:22:25 xxxxxxxx pcmonitor: Got exception signal: 11 Feb 9 18:22:25 xxxxxxxx kernel: [680391.518026] pcmonitord[4875]: segfault at 0 ip 00007f974cc51128 sp 00007f974b483af0 error 4 in libstdc++.so.6.0.18[7f974cb96000+e6000] Feb 9 18:37:18 xxxxxxxx pcmonitor: Got exception signal: 11 Feb 9 18:37:18 xxxxxxxx kernel: [681284.698755] pcmonitord[4932]: segfault at 0 ip 00007f32a710b128 sp 00007f32a593daf0 error 4 in libstdc++.so.6.0.18[7f32a7050000+e6000] THX!! Link to comment Share on other sites More sharing options...
Staff Mark Posted February 9, 2014 Staff Share Posted February 9, 2014 Hi, On your root server, can you please, uninstall pcmonitor, download latest version from our web site and install it. Let me know how you getting on with this. Mark Link to comment Share on other sites More sharing options...
jmcclane Posted February 11, 2014 Author Share Posted February 11, 2014 Hi, I removed pcmonitor from my rootserver and installed the latest version, now everything seems to be fine . The problem with my Raspberry Pi still remains............. Link to comment Share on other sites More sharing options...
Staff Calin Posted February 11, 2014 Staff Share Posted February 11, 2014 Hello, Can you make sure that ca-certificates package is installed on your Raspberry Pi: sudo apt-get install ca-certificates Link to comment Share on other sites More sharing options...
jmcclane Posted February 12, 2014 Author Share Posted February 12, 2014 Hi, I already installed PCM a few weeks ago and this time I missed to install ca-certificate package, that was the problem...........everything works fine now. Thanks a million!! Link to comment Share on other sites More sharing options...
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