Skip to content

Commit 6ad5ebf

Browse files
authored
Merge pull request #47 from LucienLassalle/8.3-fix-curl-ciphers-for-xoa
fix(curl) TLS failed issue with .curlrc
2 parents d67ac28 + e08c7d6 commit 6ad5ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/root/.curlrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ciphers = ECDHE-RSA-AES256-SHA384,ECDHE-RSA-AES256-GCM-SHA384,AES256-SHA256,AES128-SHA256
1+
ciphers = ECDHE-RSA-AES256-SHA384,ECDHE-RSA-AES256-GCM-SHA384,AES256-SHA256,AES128-SHA256,ECDHE-ECDSA-AES128-GCM-SHA256
22
tlsv1.2

0 commit comments

Comments
 (0)