David D. Johnson
2017-06-22 20:55:02 UTC
Just finished updating xcat front-end node from rhels7.2 to rhels7.3, at the same time
as updating from xcat from 2.12.something to 2.13.4. Since then rcons gives me these errors:
[***@mgt5 etc]# rcons node475
console: invalid keyword 'sslauthority' [/root/.consolerc:3]
console: invalid keyword '/root/.xcat/ca.pem' [/root/.consolerc:4]
console: premature token ';' [/root/.consolerc:4]
console: SSLVerifyCallback(): error with certificate at depth: 0
console: SSLVerifyCallback(): issuer = /CN=xCAT CA
console: SSLVerifyCallback(): subject = /CN=mgt5.oscar.ccv.brown.edu
console: SSLVerifyCallback(): error #20: unable to get local issuer certificate
console: SSL negotiation failed
139835810314176:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:1178:
I tried removing .consolerc, but it keeps getting recreated.
I tried commenting out the lines at the beginning of /etc/conserver.cf,
#_#config * {
#_# sslrequired yes;
#_# sslauthority /etc/xcat/cert/ca.pem;
#_# sslcredentials /etc/xcat/cert/server-cred.pem;
#_#}
but similar results….
[***@mgt5 etc]# rcons node475
console: invalid keyword 'sslauthority' [/root/.consolerc:3]
console: invalid keyword '/root/.xcat/ca.pem' [/root/.consolerc:4]
console: premature token ';' [/root/.consolerc:4]
console: SSL negotiation failed
140447651203008:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:744:
What did I miss in the upgrade?
Thanks,
— ddj
Dave Johnson
Brown University CIS/CCV
as updating from xcat from 2.12.something to 2.13.4. Since then rcons gives me these errors:
[***@mgt5 etc]# rcons node475
console: invalid keyword 'sslauthority' [/root/.consolerc:3]
console: invalid keyword '/root/.xcat/ca.pem' [/root/.consolerc:4]
console: premature token ';' [/root/.consolerc:4]
console: SSLVerifyCallback(): error with certificate at depth: 0
console: SSLVerifyCallback(): issuer = /CN=xCAT CA
console: SSLVerifyCallback(): subject = /CN=mgt5.oscar.ccv.brown.edu
console: SSLVerifyCallback(): error #20: unable to get local issuer certificate
console: SSL negotiation failed
139835810314176:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:1178:
I tried removing .consolerc, but it keeps getting recreated.
I tried commenting out the lines at the beginning of /etc/conserver.cf,
#_#config * {
#_# sslrequired yes;
#_# sslauthority /etc/xcat/cert/ca.pem;
#_# sslcredentials /etc/xcat/cert/server-cred.pem;
#_#}
but similar results….
[***@mgt5 etc]# rcons node475
console: invalid keyword 'sslauthority' [/root/.consolerc:3]
console: invalid keyword '/root/.xcat/ca.pem' [/root/.consolerc:4]
console: premature token ';' [/root/.consolerc:4]
console: SSL negotiation failed
140447651203008:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:744:
What did I miss in the upgrade?
Thanks,
— ddj
Dave Johnson
Brown University CIS/CCV