Posted January 24, 201411 yr 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!
January 24, 201411 yr 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
February 9, 201411 yr Author 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!!
February 9, 201411 yr Staff 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
February 11, 201411 yr Author 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.............
February 11, 201411 yr Hello, Can you make sure that ca-certificates package is installed on your Raspberry Pi: sudo apt-get install ca-certificates
February 12, 201411 yr Author 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!!
Create an account or sign in to comment