Can't login to the UI with SSL when using Firefox
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Juan Antonio Osorio Robles |
Bug Description
When installing the undercloud with SSL, the default is to create a self-signed certificate, see 'generate_
https:/
Unfortunately this is causing issues from the UI's perspective, particularly when using Firefox as the browser has gotten stricter with regard to self-signed certificates. This means that not only an "insecure connection (SEC_ERROR_
Changed in tripleo: | |
milestone: | ocata-1 → ocata-2 |
Looking at the comments on undercloud.conf, the new CA authority cert is created at /etc/pki/ ca-trust/ source/ anchors/ cm-local- ca.pem so theoretically adding it to the list of trusted CA in Firefox should be sufficient. Unfortunately I'm getting a new error after doing this - SEC_ERROR_ EXTENSION_ VALUE_INVALID, need to investigate a little bit more.