This is an automated email from the ASF dual-hosted git repository.

more pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new ca145f614 KNOX-3264 - Updated default green certs URL to https (#1163)
ca145f614 is described below

commit ca145f6142cf938a96575bef59744a9db2b68ca4
Author: Sandeep MorĂ© <[email protected]>
AuthorDate: Fri Feb 27 09:50:31 2026 -0500

    KNOX-3264 - Updated default green certs URL to https (#1163)
    
    * KNOX-3264 - Fix issues with docker workflow
    
    * KNOX-3264 - Fix the docker file issue with downloading certs
---
 gateway-docker/src/main/resources/docker/Dockerfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gateway-docker/src/main/resources/docker/Dockerfile 
b/gateway-docker/src/main/resources/docker/Dockerfile
index c1594452b..1e95af813 100644
--- a/gateway-docker/src/main/resources/docker/Dockerfile
+++ b/gateway-docker/src/main/resources/docker/Dockerfile
@@ -60,11 +60,11 @@ RUN chmod +x /home/knox/knox/entrypoint.sh
 # Add the Amazon Root CA certificates
 RUN mkdir /home/knox/cacrts
 ADD --chown=knox:knox \
-    http://www.awstrust.com/repository/AmazonRootCA1.cer \
-    http://www.awstrust.com/repository/AmazonRootCA2.cer \
-    http://www.awstrust.com/repository/AmazonRootCA3.cer \
-    http://www.awstrust.com/repository/AmazonRootCA4.cer \
-    http://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem \
+    https://www.amazontrust.com/repository/AmazonRootCA1.cer \
+    https://www.amazontrust.com/repository/AmazonRootCA2.cer \
+    https://www.amazontrust.com/repository/AmazonRootCA3.cer \
+    https://www.amazontrust.com/repository/AmazonRootCA4.cer \
+    https://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem \
     https://letsencrypt.org/certs/isrgrootx1.pem \
     https://letsencrypt.org/certs/isrg-root-x2.pem /home/knox/cacrts/
 

Reply via email to