We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a53987 commit 21cd23cCopy full SHA for 21cd23c
common/etc/nginx/templates/default.conf.template
@@ -77,7 +77,9 @@ server {
77
location /aws/credentials/retrieve {
78
internal;
79
js_content s3gateway.fetchCredentials;
80
- js_fetch_trusted_certificate /etc/ssl/certs/Amazon_Root_CA_1.pem;
+
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;
83
}
84
85
location @s3 {
0 commit comments