diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-12-06 10:18:39 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-12-06 10:18:39 +0100 |
commit | d9ce77409a6a3dc04e8b0808db81b7f3bea98492 (patch) | |
tree | 0983d9549893c4f4c228eb1ad81d7e4d8a4462bd /docs/problems.txt | |
parent | 88c551bcd181fd1c4537d52e6d08c902d8ca46f5 (diff) | |
download | ands-d9ce77409a6a3dc04e8b0808db81b7f3bea98492.tar.gz ands-d9ce77409a6a3dc04e8b0808db81b7f3bea98492.tar.bz2 ands-d9ce77409a6a3dc04e8b0808db81b7f3bea98492.tar.xz ands-d9ce77409a6a3dc04e8b0808db81b7f3bea98492.zip |
Document problems with KIT certificates on the latest Mozilla (breaking access to OpenShift web interface)
Diffstat (limited to 'docs/problems.txt')
-rw-r--r-- | docs/problems.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/problems.txt b/docs/problems.txt index e616fe4..099193a 100644 --- a/docs/problems.txt +++ b/docs/problems.txt @@ -5,6 +5,14 @@ Actions Required * All other problems found in logs can be ignored. +Client Connection +================= + * For some reason OpenShift requests client certificates. This is ignored by majority of old browsers, + but Firefox 70+ is able to offer installed user certificates. If KIT certificate selected, OpenShift + fails to start. This can be easily circumvented just by pressing 'Cancel' when client-cerificate selection + box pops up. + + Rogue network interfaces on OpenVSwitch bridge ============================================== Sometimes OpenShift fails to clean-up after terminated pod properly. The actual reason is unclear, but |