Skip to content

Commit 21cd23c

Browse files
authored
Disabled js_fetch_trusted_certificate directive
1 parent 2a53987 commit 21cd23c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/etc/nginx/templates/default.conf.template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ server {
7777
location /aws/credentials/retrieve {
7878
internal;
7979
js_content s3gateway.fetchCredentials;
80-
js_fetch_trusted_certificate /etc/ssl/certs/Amazon_Root_CA_1.pem;
80+
81+
# Enable the below line if you are seeing SSL Handshake error while connecing to s3 bucket
82+
# js_fetch_trusted_certificate /etc/ssl/certs/Amazon_Root_CA_1.pem;
8183
}
8284

8385
location @s3 {

0 commit comments

Comments
 (0)