From 04f1d9e8cee79ae2bb844ddef95cf8c48f265902 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Tue, 6 Apr 2021 15:36:26 -0700 Subject: [PATCH 1/2] Remove redundancy in known issue Cleaned up the wording around the issue with using self-signed certs. --- docs/trex_known_issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trex_known_issues.md b/docs/trex_known_issues.md index c42fa3f4..1e64e8af 100644 --- a/docs/trex_known_issues.md +++ b/docs/trex_known_issues.md @@ -19,7 +19,7 @@ Because of incompatibilities between Chrome and the internal Chromium-based brow ### Unable to run dashboard extension using self-signed certificates -Tableau uses Qt WebEngine to embed browser pages within a dashboard. Tableau now uses Qt WebEngine 5.15, which is based on Chromium version 87.0.4280, with additional security fixes from newer versions of Chromium. Because Tableau is now using Qt WebEngine (5.15), dashboard extensions running with self-signed certificates (SSL) might not work in Tableau 2021.1, or in the most recent Tableau maintenance releases: 2020.2.7+, 2020.3.6+, and 2020.4.2+. +Tableau now uses Qt WebEngine 5.15, which is based on Chromium version 87.0.4280, with additional security fixes from newer versions of Chromium. Because of this update, dashboard extensions running with self-signed certificates (SSL) might not work in Tableau 2021.1, or in the most recent Tableau maintenance releases: 2020.2.7+, 2020.3.6+, and 2020.4.2+. You might see one of the following errors: * `Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID` From b4c11fe7476fb627659b58cc0e0401dbe62b0935 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Wed, 7 Apr 2021 09:07:45 -0700 Subject: [PATCH 2/2] Update trex_known_issues.md --- docs/trex_known_issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trex_known_issues.md b/docs/trex_known_issues.md index 1e64e8af..056157cb 100644 --- a/docs/trex_known_issues.md +++ b/docs/trex_known_issues.md @@ -19,7 +19,7 @@ Because of incompatibilities between Chrome and the internal Chromium-based brow ### Unable to run dashboard extension using self-signed certificates -Tableau now uses Qt WebEngine 5.15, which is based on Chromium version 87.0.4280, with additional security fixes from newer versions of Chromium. Because of this update, dashboard extensions running with self-signed certificates (SSL) might not work in Tableau 2021.1, or in the most recent Tableau maintenance releases: 2020.2.7+, 2020.3.6+, and 2020.4.2+. +Tableau now uses Qt WebEngine 5.15, which is based on Chromium version 87.0.4280, with additional security fixes from newer versions of Chromium. Because of this update, dashboard extensions hosted on web servers that use self-signed certificates (SSL) might not work in Tableau 2021.1, or in the most recent Tableau maintenance releases: 2020.2.7+, 2020.3.6+, and 2020.4.2+. You might see one of the following errors: * `Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID`