With the new release of foreman 1.9.2 i can’t anymore communicate with it i trying with the same admin user and password and now return this
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed:
With the new release of foreman 1.9.2 i can’t anymore communicate with it i trying with the same admin user and password and now return this
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed:
I have no idea but maybe this is related: http://projects.theforeman.org/issues/7345
Also what version were you at before the upgrade and are you using the same exact setup: hostnames, ssl certs, foreman configuration, etc.?
Hi jrafanie
The reference document is for version 1.5.2 i’m in the latest 1.9.2
This the procedure i use from http://theforeman.org/manuals/1.9/index.html#3.6Upgrade
yum upgrade http://yum.theforeman.org/releases/1.9/el6/x86_64/foreman-release.rpm
Clean up the yum cache:
yum clean all
Next upgrade all Foreman packages:
yum upgrade ruby* foreman*
foreman-rake db:migrate
foreman-rake db:seed
clear the cache and the existing sessions:
foreman-rake tmp:cache:clear
foreman-rake tmp:sessions:clear
Restart Apache
service httpd restart
After try to create an instance and fail remove the configuration recreate and i got the error SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed:
Trying to connect via http tick the box of verify no luck try without tick no luck try https no luck
Also Testing now Capablanca and is worse is not allow validate the login and password
Has this been resolved?