--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/81ea7a44-914e-4700-a57d-0f6519fd535a%40googlegroups.com.
On 3 Jun 2020, at 12:55, Luca Milanesio <luca.mi...@gmail.com> wrote:On 3 Jun 2020, at 12:04, Valery Cook <cookv...@gmail.com> wrote:Hi,We use Gerrit in Docker [1].Have you read the release notes at [2]?The Docker image has been upgraded to OpenJDK 11 which disables the TLS 1.0 AND TLS 1.1.See more background on why they are not supported anymore on [3].
Have you read the release notes at [2]?
The Docker image has been upgraded to OpenJDK 11 which disables the TLS 1.0 AND TLS 1.1.See more background on why they are not supported anymore on [3].
On 3 Jun 2020, at 14:30, Valery Cook <cookv...@gmail.com> wrote:Have you read the release notes at [2]?Yes of course. It also says: Gerrit v3.2 supports both Java 8 and 11.We installed java-1.8.0-openjdk package in the Docker container and set the appropriate path to Java in container.javaHome variable in gerrit.config. This also did not solve the problem. Only the error message in the Gerrit log has changed:gerrit_1 | [2020-06-02 15:31:08,546] [SendEmail-1] ERROR com.google.gerrit.server.change.EmailReviewComments : Cannot email comments for 19796,1 [CONTEXT project="infra/project-config" ]gerrit_1 | com.google.gerrit.exceptions.EmailException: Mail Error: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.The Docker image has been upgraded to OpenJDK 11 which disables the TLS 1.0 AND TLS 1.1.See more background on why they are not supported anymore on [3].Question is not in TLSv1 security but in Gerrit 3.2.0 and TLSv1 compatability, for example, when Gerrit with Java 8 is used.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/68d42922-627a-42c8-b869-e3967a977342%40googlegroups.com.
On 3 Jun 2020, at 14:33, Luca Milanesio <luca.mi...@gmail.com> wrote:On 3 Jun 2020, at 14:30, Valery Cook <cookv...@gmail.com> wrote:Have you read the release notes at [2]?Yes of course. It also says: Gerrit v3.2 supports both Java 8 and 11.We installed java-1.8.0-openjdk package in the Docker container and set the appropriate path to Java in container.javaHome variable in gerrit.config. This also did not solve the problem. Only the error message in the Gerrit log has changed:gerrit_1 | [2020-06-02 15:31:08,546] [SendEmail-1] ERROR com.google.gerrit.server.change.EmailReviewComments : Cannot email comments for 19796,1 [CONTEXT project="infra/project-config" ]gerrit_1 | com.google.gerrit.exceptions.EmailException: Mail Error: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.The Docker image has been upgraded to OpenJDK 11 which disables the TLS 1.0 AND TLS 1.1.See more background on why they are not supported anymore on [3].Question is not in TLSv1 security but in Gerrit 3.2.0 and TLSv1 compatability, for example, when Gerrit with Java 8 is used.Gotcha, can you add that information to the ticket?
Are you migrating from v3.1.x?
On 3 Jun 2020, at 14:45, Valery Cook <cookv...@gmail.com> wrote:Are you migrating from v3.1.x?Yes, from 3.1.3