Skip to content

Commit e08c7d6

Browse files
fix(curl): resolve TLS issue caused by restrictive configuration
Using a `.curlrc` file restricts the use of openssl encryption. This restriction blocks the ability to deploy an XOA because `xoa.io` website requires newer certificates. This patch therefore aims to add the same encryption from the xoa.io, making deployment easier for users while maintaining secure communications. Signed-off-by: Lucas RAVAGNIER <ravagnierlucas@gmail.com>
1 parent d67ac28 commit e08c7d6

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)