Marcus Oleschkowitz Posted January 16, 2014 Posted January 16, 2014 Hi, I have installed the software, copied config.xml.sample to config.xml, edited the ACCOUNT USERNAME and PASSWORD in the config,xml file and started the PC Monitor service. But my RASPBERRY Pi does not show up under SYSTEMS in the console.
Staff Mark Posted January 17, 2014 Staff Posted January 17, 2014 Hi, Can you, please, check /var/log/syslog for any pcmonitord crash? Regards, Mark
Marcus Oleschkowitz Posted January 17, 2014 Author Posted January 17, 2014 I see the following error message: Jan 17 12:28:49 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()
blairpod Posted January 19, 2014 Posted January 19, 2014 I have a similar issue with an install on Raspberry Pi running on a Debian distro. Everything installed fine and I updated my login info in the config file. It starts with no errors. I see it running in the processes and there are no errors in syslog. After waiting about 30 minutes for it to show up, it still isn't showing up in my systems list. I'm also running an agent on a Windows 7 machine and it's working great. Scratch that. I rebooted with it set to run at startup and rechecked the syslog. Now I'm getting the exact same SOAP/SSL error as the post above this. Any suggestions?
Calin Posted January 20, 2014 Posted January 20, 2014 Hello, Do you guys connect to a dedicated PC Monitor Server ?
Marcus Oleschkowitz Posted January 20, 2014 Author Posted January 20, 2014 No, I am not using a dedicated PC Monitor Server
Calin Posted January 21, 2014 Posted January 21, 2014 Can you test to see if openssl is working ok : openssl s_client -connect wsn.pulseway.com:443
Marcus Oleschkowitz Posted January 21, 2014 Author Posted January 21, 2014 The last line shows: Verify return code: 20 (unable to get local issuer certificate)
Calin Posted January 23, 2014 Posted January 23, 2014 Hi , it seems that there are some issues with openssl client. Can you check again something like : openssl s_client -CApath /usr/libs/ssl/certs -quiet -connect wsn.pulseway.com:443 Also post the output of openssl version -a
Marcus Oleschkowitz Posted January 25, 2014 Author Posted January 25, 2014 openssl version -a 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_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -g -O2 -fstack-protector --param=ssp-buffer-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 -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DGHASH_ASM OPENSSLDIR: "/usr/lib/ssl" openssl s_client -CApath /usr/libs/ssl/certs -quiet -connect wsn.pulseway.com:443 depth=2 C = US, O = GeoTrust Inc., CN = GeoTrust Global CA verify error:num=20:unable to get local issuer certificate verify return:0
Calin Posted January 25, 2014 Posted January 25, 2014 Hello , Please install common CA certificates : apt-get install ca-certificate Verify that /usr/libs/ssl/certs contain the certificate list.
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