diff --git a/conf.d/autoconfig.shore.co.il.conf b/conf.d/autoconfig.shore.co.il.conf
index 7fdbbbc97450b018b821f374d2a1c5f894f7543b..dce6467152030c3c82d961a380fd63f965f87b84 100644
--- a/conf.d/autoconfig.shore.co.il.conf
+++ b/conf.d/autoconfig.shore.co.il.conf
@@ -17,5 +17,5 @@ server {
     include     snippets/robots-allow-all.conf;
     include     snippets/ads-txt.conf;
     include     snippets/security-txt.conf;
-    include     snippets/ssl.conf;
+    include     snippets/ssl-legacy.conf;
 }
diff --git a/conf.d/elasticsearch.shore.co.il.conf b/conf.d/elasticsearch.shore.co.il.conf
index 051d4ba9e302833d8445c4c573f911d7c578bfbb..92642930afc5b38eb22ead34be563f0d1f5da703 100644
--- a/conf.d/elasticsearch.shore.co.il.conf
+++ b/conf.d/elasticsearch.shore.co.il.conf
@@ -18,7 +18,7 @@ server {
     include     snippets/robots-disallow-all.conf;
     include     snippets/ads-txt.conf;
     include     snippets/security-txt.conf;
-    include     snippets/ssl.conf;
+    include     snippets/ssl-legacy.conf;
 
     location / {
         proxy_pass              http://$es:9200$request_uri;
diff --git a/conf.d/kibana.shore.co.il.conf b/conf.d/kibana.shore.co.il.conf
index d45ddb7172f9acfc284682ef0da6d37e6465f049..7f5977fd2d7408ad9092569c20bb09df576ed4b2 100644
--- a/conf.d/kibana.shore.co.il.conf
+++ b/conf.d/kibana.shore.co.il.conf
@@ -18,7 +18,7 @@ server {
     include     snippets/robots-disallow-all.conf;
     include     snippets/ads-txt.conf;
     include     snippets/security-txt.conf;
-    include     snippets/ssl.conf;
+    include     snippets/ssl-legacy.conf;
     include     snippets/vouch.conf;
 
     location / {
diff --git a/conf.d/myip.shore.co.il.conf b/conf.d/myip.shore.co.il.conf
index 0faccee8c75a2e25888c1945ab67930d9d7314e8..98373255ee76cc473990f3d6f8cd011949104c1f 100644
--- a/conf.d/myip.shore.co.il.conf
+++ b/conf.d/myip.shore.co.il.conf
@@ -17,7 +17,7 @@ server {
     include             snippets/robots-disallow-all.conf;
     include             snippets/ads-txt.conf;
     include             snippets/security-txt.conf;
-    include             snippets/ssl.conf;
+    include             snippets/ssl-legacy.conf;
     error_page 404      /;
     location = /        {
         add_header Content-Type "text/plain; charset=utf-8";
diff --git a/conf.d/nehe.sr.conf b/conf.d/nehe.sr.conf
index 43b399fa65def9daf6f7c98199f25aa83d708dce..c3700a6fa19b42a18d85a1082b9b235e0ed2f3da 100644
--- a/conf.d/nehe.sr.conf
+++ b/conf.d/nehe.sr.conf
@@ -16,7 +16,7 @@ server {
     include     snippets/robots-allow-all.conf;
     include     snippets/ads-txt.conf;
     include     snippets/security-txt.conf;
-    include     snippets/ssl.conf;
+    include     snippets/ssl-legacy.conf;
     include     snippets/nextcloud-well-known.conf;
     include     snippets/activesync.conf;
     include     snippets/redirect-www.conf;
diff --git a/conf.d/nehes.co.conf b/conf.d/nehes.co.conf
index 1dea0015fde12e3d546ad3040459918c3fd879e1..55f047d2be6d45ca7b868054bb8b8c6e1f35a735 100644
--- a/conf.d/nehes.co.conf
+++ b/conf.d/nehes.co.conf
@@ -16,7 +16,7 @@ server {
     include     snippets/robots-allow-all.conf;
     include     snippets/ads-txt.conf;
     include     snippets/security-txt.conf;
-    include     snippets/ssl.conf;
+    include     snippets/ssl-legacy.conf;
     include     snippets/nextcloud-well-known.conf;
     include     snippets/activesync.conf;
     include     snippets/redirect-www.conf;
diff --git a/conf.d/registry.shore.co.il.conf b/conf.d/registry.shore.co.il.conf
index dd128e4953ec5a533b10b2f4e6b9a130e71dd789..d2e4f1f68e1e413a1fe8949d6d08e5263ba9774d 100644
--- a/conf.d/registry.shore.co.il.conf
+++ b/conf.d/registry.shore.co.il.conf
@@ -13,7 +13,7 @@ server {
     listen      443 ssl http2;
     listen      [::]:443 ssl http2;
     server_name registry.shore.co.il;
-    include     snippets/ssl.conf;
+    include     snippets/ssl-legacy.conf;
 
     location /v2/ {
         proxy_pass                  http://$registry:5000$request_uri;
diff --git a/conf.d/shore.co.il.conf b/conf.d/shore.co.il.conf
index dbbd0be8bf7030967d10daa69dd736b0216cd4ec..ae30a3cbe13eb4e61ed6580285c6ad963c8e5a66 100644
--- a/conf.d/shore.co.il.conf
+++ b/conf.d/shore.co.il.conf
@@ -20,7 +20,7 @@ server {
     include     snippets/robots-allow-all.conf;
     include     snippets/ads-txt.conf;
     include     snippets/security-txt.conf;
-    include     snippets/ssl.conf;
+    include     snippets/ssl-legacy.conf;
     include     snippets/nextcloud-well-known.conf;
     include     snippets/activesync.conf;
     include     snippets/redirect-www.conf;
diff --git a/conf.d/www.nehe.sr.conf b/conf.d/www.nehe.sr.conf
index 80c8032b821c2d1507990bb76800c11827098c03..05538def8ce372603a0bfc0300ed7e419aaa8546 100644
--- a/conf.d/www.nehe.sr.conf
+++ b/conf.d/www.nehe.sr.conf
@@ -16,7 +16,7 @@ server {
     include             snippets/robots-allow-all.conf;
     include             snippets/ads-txt.conf;
     include             snippets/security-txt.conf;
-    include             snippets/ssl.conf;
+    include             snippets/ssl-legacy.conf;
     root                /var/www/www.nehe.sr/;
     error_page 404      /404.html;
 }
diff --git a/conf.d/www.nehes.co.conf b/conf.d/www.nehes.co.conf
index 1909f538face54f281d63fa0143d9bb7b5089f5c..0a14e6f3ba70eebf1a3b91d56216695e94dbf166 100644
--- a/conf.d/www.nehes.co.conf
+++ b/conf.d/www.nehes.co.conf
@@ -16,7 +16,7 @@ server {
     include             snippets/robots-allow-all.conf;
     include             snippets/ads-txt.conf;
     include             snippets/security-txt.conf;
-    include             snippets/ssl.conf;
+    include             snippets/ssl-legacy.conf;
     root                /var/www/www.nehe.sr/;
     error_page 404      /404.html;
 }
diff --git a/conf.d/www.shore.co.il.conf b/conf.d/www.shore.co.il.conf
index f7c0375071ed118854e5ecbfd56181434e41dc26..2a823be5715247dcdc40b29c2a38dca0c4210592 100644
--- a/conf.d/www.shore.co.il.conf
+++ b/conf.d/www.shore.co.il.conf
@@ -21,7 +21,7 @@ server {
     include                 snippets/robots-allow-all.conf;
     include                 snippets/ads-txt.conf;
     include                 snippets/security-txt.conf;
-    include                 snippets/ssl.conf;
+    include                 snippets/ssl-legacy.conf;
     root                    /var/www/www.shore.co.il/;
     error_page 404          /;