[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] 02/25: Fix mixed content error
From: |
gnunet |
Subject: |
[taler-deployment] 02/25: Fix mixed content error |
Date: |
Thu, 06 Apr 2023 14:11:26 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
commit db58d6d0a56665a34c84d687db98b75b04ec6b4b
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.
- [taler-deployment] branch master updated (5d3e29d -> 3f92445), gnunet, 2023/04/06
- [taler-deployment] 01/25: New dev branch - new folder(works), gnunet, 2023/04/06
- [taler-deployment] 11/25: Add x-forwarded-host to backend nginx virtualhost, gnunet, 2023/04/06
- [taler-deployment] 03/25: Place sed replacement --only within TLS, gnunet, 2023/04/06
- [taler-deployment] 02/25: Fix mixed content error,
gnunet <=
- [taler-deployment] 08/25: Avoid file exist errors, gnunet, 2023/04/06
- [taler-deployment] 10/25: Respect nginx default site its a must, gnunet, 2023/04/06
- [taler-deployment] 07/25: Bash typo - Remove nginx sites-enabled default, gnunet, 2023/04/06
- [taler-deployment] 06/25: Fix: Increase TTL sandbox and Nexus + Remove certbot base domain, gnunet, 2023/04/06
- [taler-deployment] 05/25: Fixes error proxy_pass - withdraw http request, gnunet, 2023/04/06
- [taler-deployment] 25/25: Merge branch 'dev/javier-sepulveda/netzbon-tls' of ssh://git.taler.net/deployment into dev/javier-sepulveda/netzbon-tls, gnunet, 2023/04/06
- [taler-deployment] 24/25: Shellcheck - Some double quotes added, gnunet, 2023/04/06
- [taler-deployment] 17/25: Fixes error proxy_pass - withdraw http request, gnunet, 2023/04/06
- [taler-deployment] 16/25: Old configurations removed - config_ngix.sh replaced, gnunet, 2023/04/06
- [taler-deployment] 21/25: Oh my, gnunet, 2023/04/06