Re: [ovirt-users] Unable to login to the WEB UI

2016-08-12 Thread Fabrice Bacchella
> Le 11 août 2016 à 11:37, Fabrice Bacchella a > écrit : > > >> Le 11 août 2016 à 09:31, Martin Perina > > a écrit : >> >> Hi Fabrice, >> >> so it seems to me that ovirt-engine-rename didn't work as expected, because >> you have changed ENGINE_FQDN in 10-setup-pro

Re: [ovirt-users] Unable to login to the WEB UI

2016-08-10 Thread Fabrice Bacchella
I'm not sure it's a good idea if you're running 4.0. This procedure does half of the job as it don't touch the custom java trust store and missing parts are mandatory for ovirt 4. So I'm now stuck with an unreachable UI after an upgrade and I don't know if I can roll back. > Le 10 août 2016 à 1

Re: [ovirt-users] Unable to login to the WEB UI

2016-08-10 Thread Marcelo Leandro
Good morning , "You need to have correctly set up engine FQDN and it has to be resolvable. If you don't have correctly set engine FQDN, you can fix that ​​using ovirt​-engine-rename tool, more info can be found at: https://www.ovirt.org/documentation/how-to/networking/changing-engine- hostname/ "

Re: [ovirt-users] Unable to login to the WEB UI

2016-08-03 Thread Martin Perina
On Wed, Aug 3, 2016 at 5:25 PM, Fabrice Bacchella < fabrice.bacche...@icloud.com> wrote: > Next step : > > The UI says, even with a restarted navigator: > > org.codehaus.jackson.JsonParseException: Unexpected character ('<' (code > 60)): expected a valid value (number, String, array, object, 'true

Re: [ovirt-users] Unable to login to the WEB UI

2016-08-03 Thread Fabrice Bacchella
Next step : The UI says, even with a restarted navigator: org.codehaus.jackson.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') at [Source: java.io.StringReader@74749f78; line: 3, column: 2]

Re: [ovirt-users] Unable to login to the WEB UI

2016-08-03 Thread Martin Perina
Hi, please follow steps as described in BZ: 1. Create /etc/ovirt-engine/engine.conf.d/99-custom-truststore.conf (you may choose different filename but it has to end with '.conf' suffix) with following content: ENGINE_HTTPS_PKI_TRUST_STORE="" ENGINE_HTTPS_PKI_TRUST_STORE_PASSWORD="" 2. Restar

Re: [ovirt-users] Unable to login to the WEB UI

2016-08-03 Thread Fabrice Bacchella
Indeed, the certificate for the web interface is not coming from ovirt's internal PKI, but from our own internal one. I have a custom trust store not located in /etc/pki/java/cacerts, I did try to add ENGINE_PROPERTIES="${ENGINE_PROPERTIES} javax.net.ssl.trustStore=.../allmyca.jks javax.net.ssl

Re: [ovirt-users] Unable to login to the WEB UI

2016-08-03 Thread Martin Perina
Hi, are you using HTTPS certificate signed by external CA? If so please follow steps described in Doc Text of https://bugzilla.redhat.com/show_bug.cgi?id=1336838 Thanks Martin Perina On Wed, Aug 3, 2016 at 1:18 PM, Fabrice Bacchella < fabrice.bacche...@icloud.com> wrote: > After the upgrad,