Announcing the release of 4.6.0 of the CHT Core Framework

This issue is now fixed on version 4.7.1. Thanks for the work.

Testing 4.8.0 too on Apple M1 but just facing an issue with the SSL certificate configuration in the Nginx server. These are the logs I get from the cht_4_8_0_nginx_1 docker container:

2024-05-26 20:58:10 Running SSL certificate checks
2024-05-26 20:58:10 self signed SSL cert already exists.
2024-05-26 20:58:10 Launching Nginx
2024-05-26 20:58:10 2024/05/26 17:58:10 [emerg] 1#1: SSL_CTX_use_PrivateKey("/etc/nginx/private/key.pem") failed (SSL: error:05800074:x509 certificate routines::key values mismatch)
2024-05-26 20:58:10 nginx: [emerg] SSL_CTX_use_PrivateKey("/etc/nginx/private/key.pem") failed (SSL: error:05800074:x509 certificate routines::key values mismatch)
2024-05-26 20:52:09 /docker-entrypoint.sh: Launching /docker-entrypoint.d/ssl-install.sh
2024-05-26 20:52:09 CERTIFICATE MODE = SELF_SIGNED
2024-05-26 20:52:09 /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
2024-05-26 20:52:09 10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled
2024-05-26 20:52:09 /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
2024-05-26 20:52:09 /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
2024-05-26 20:52:09 20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/server.conf.template to /etc/nginx/conf.d/server.conf
2024-05-26 20:52:09 /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
2024-05-26 20:52:09 /docker-entrypoint.sh: Configuration complete; ready for start up
2024-05-26 20:53:09 /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
2024-05-26 20:53:09 /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
2024-05-26 20:53:09 /docker-entrypoint.sh: Launching /docker-entrypoint.d/ssl-install.sh

And the container keeps restarting, with this result on the browser, yet my internet connection is fine

1 Like