Hi,
I'm working on creating BES++ support for LAVA scheduler by adapting LSF module. Right now i'm testing it by running besserver and besclient but there's error when i tried to connect them.
Client:
Server:[root@lava-i386 ~]# /root/bespp/besclient/besclient -u root -p "password" -e /root/bespp/endpoint.xml -c /root/certs/ create /root/bespp/besclient/sleep.jsdl
SSL verify error or warning with certificate at depth 0: self signed certificate
certificate issuer /C=TH/ST=Bangkok/L=Kasetsart/O=HPCNC/CN=lava
certificate subject /C=TH/ST=Bangkok/L=Kasetsart/O=HPCNC/CN=lava
SOAP 1.1 fault: SOAP-ENV:Client [no subcode]
"SSL_ERROR_SSL
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed"
Detail: [no detail]
Is it because I used the self-signed certificate from my server? If it isn't, could you guide me how to test/run BES++ on server?[root@lava-i386 besclient]# /root/bespp/besserver/besserver -u root -s /root/host.pem -c /root/certs -p 11111 -e https://localhost:11111
Enter PEM pass phrase:
Socket connection successful: 4
Tue Sep 1 20:00:00 2009
Accepted connection
SOAP 1.1 fault: SOAP-ENV:Server [no subcode]
"SSL_ERROR_SSL
error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca"
Detail: [no detail]
Thanks


LinkBack URL
About LinkBacks
Reply With Quote
