From 7f623eab221fddf32bfa2823915518cf44d15dc2 Mon Sep 17 00:00:00 2001 From: Eric Harmeling Date: Mon, 17 Aug 2020 14:38:04 -0400 Subject: [PATCH] Removed TLS guidance for v20.1 and v19.2 --- _includes/v19.2/app/java-tls-note.md | 3 --- _includes/v20.1/app/java-tls-note.md | 3 --- v19.2/install-client-drivers.md | 2 -- v20.1/install-client-drivers.md | 2 -- 4 files changed, 10 deletions(-) delete mode 100644 _includes/v19.2/app/java-tls-note.md delete mode 100644 _includes/v20.1/app/java-tls-note.md diff --git a/_includes/v19.2/app/java-tls-note.md b/_includes/v19.2/app/java-tls-note.md deleted file mode 100644 index 3f17cdcb5cd..00000000000 --- a/_includes/v19.2/app/java-tls-note.md +++ /dev/null @@ -1,3 +0,0 @@ -{{site.data.alerts.callout_danger}} -CockroachDB versions v20.1 and lower require TLS 1.2. By default, Java 8 uses TLS 1.2, but applications running on Java 9+ must be configured to run TLS 1.2. For example, when starting your app, use: `$ java -Djdk.tls.client.protocols=TLSv1.2 appName` -{{site.data.alerts.end}} \ No newline at end of file diff --git a/_includes/v20.1/app/java-tls-note.md b/_includes/v20.1/app/java-tls-note.md deleted file mode 100644 index 3f17cdcb5cd..00000000000 --- a/_includes/v20.1/app/java-tls-note.md +++ /dev/null @@ -1,3 +0,0 @@ -{{site.data.alerts.callout_danger}} -CockroachDB versions v20.1 and lower require TLS 1.2. By default, Java 8 uses TLS 1.2, but applications running on Java 9+ must be configured to run TLS 1.2. For example, when starting your app, use: `$ java -Djdk.tls.client.protocols=TLSv1.2 appName` -{{site.data.alerts.end}} \ No newline at end of file diff --git a/v19.2/install-client-drivers.md b/v19.2/install-client-drivers.md index fec4ed8922d..286a1b261b8 100644 --- a/v19.2/install-client-drivers.md +++ b/v19.2/install-client-drivers.md @@ -131,8 +131,6 @@ For instructions on using peewee with CockroachDB, see the [CockroachDatabase pe {% include {{page.version.version}}/app/java-version-note.md %} -{% include {{page.version.version}}/app/java-tls-note.md %} - ## Drivers ### JDBC diff --git a/v20.1/install-client-drivers.md b/v20.1/install-client-drivers.md index 1caf5faf824..146f45c07c0 100644 --- a/v20.1/install-client-drivers.md +++ b/v20.1/install-client-drivers.md @@ -132,8 +132,6 @@ For instructions on using peewee with CockroachDB, see the [CockroachDatabase pe {% include {{page.version.version}}/app/java-version-note.md %} -{% include {{page.version.version}}/app/java-tls-note.md %} - ### JDBC **Support level:** Full