gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] 14/25: Fix mixed content error


From: gnunet
Subject: [taler-deployment] 14/25: Fix mixed content error
Date: Thu, 06 Apr 2023 14:11:38 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

commit fd23dfef2eaa8b64e2d91fe6ec077619acfaff31
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Tue Mar 28 12:47:36 2023 +0200

    Fix mixed content error
---
 .../new_nginx_listen_80_certbot/config_nginx.sh                     | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/netzbon/nginx_configurations/new_nginx_listen_80_certbot/config_nginx.sh 
b/netzbon/nginx_configurations/new_nginx_listen_80_certbot/config_nginx.sh
index 7821622..f4d7ddc 100755
--- a/netzbon/nginx_configurations/new_nginx_listen_80_certbot/config_nginx.sh
+++ b/netzbon/nginx_configurations/new_nginx_listen_80_certbot/config_nginx.sh
@@ -4,10 +4,14 @@ source functions.sh
 source config/user.conf
 export DOMAIN_NAME=${DOMAIN_NAME}
 
-envsubst <backend-taler-nginx.conf > 
/etc/nginx/sites-available/backend.${DOMAIN_NAME}
+envsubst <backend.taler-nginx.conf > 
/etc/nginx/sites-available/backend.${DOMAIN_NAME}
 envsubst <bank.taler-nginx.conf > 
/etc/nginx/sites-available/bank.${DOMAIN_NAME}
 envsubst <exchange.taler-nginx.conf > 
/etc/nginx/sites-available/exchange.${DOMAIN_NAME}
 
+# Replace http to https, to avoid error of mixed content
+
+sed -i "s/http:\/\/bank./https:\/\/bank./g" 
/etc/libeufin/demobank-ui-settings.js
+
 if test ${ENABLE_TLS} == "y"
 then
     say "Obtaining TLS certificates"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]