4
0
Fork 0

Ajout du support de TLS 1.3 #10

Closed
opened 2021-04-18 12:42:17 +00:00 by Ghost · 1 comment

Bonjour, pourriez vous ajoutez le support du TLS 1.3 sur les services Gnous ? (j'ai testé uniquement GnousGIT et Mastodon)

Bonjour, pourriez vous ajoutez le support du TLS 1.3 sur les services Gnous ? (j'ai testé uniquement GnousGIT et Mastodon)
Owner

TLSv1.3 activé sur la prod.

Vérification :

➜  ~ echo | openssl s_client -tls1_3 -connect git.gnous.eu:443 | grep TLSv1.3 

depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = git.gnous.eu
verify return:1
DONE
New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384

➜  ~ echo | openssl s_client -tls1_3 -connect toot.gnous.eu:443 | grep TLSv1.3

depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = toot.gnous.eu
verify return:1
DONE
New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384
TLSv1.3 activé sur la prod. Vérification : ``` ➜ ~ echo | openssl s_client -tls1_3 -connect git.gnous.eu:443 | grep TLSv1.3 depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3 verify return:1 depth=1 C = US, O = Let's Encrypt, CN = R3 verify return:1 depth=0 CN = git.gnous.eu verify return:1 DONE New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384 ➜ ~ echo | openssl s_client -tls1_3 -connect toot.gnous.eu:443 | grep TLSv1.3 depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3 verify return:1 depth=1 C = US, O = Let's Encrypt, CN = R3 verify return:1 depth=0 CN = toot.gnous.eu verify return:1 DONE New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384 ```
mael closed this issue 2021-04-26 00:29:42 +00:00
Rick added the
Fonctionnalité
label 2021-05-26 14:36:12 +00:00
Rick added the
Fonctionnalité
label 2024-03-09 02:27:33 +00:00
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: gnouseu/services-old#10
No description provided.