MediaFusion icon indicating copy to clipboard operation
MediaFusion copied to clipboard

SSL/mkcert issues

Open MarkBP99 opened this issue 2 months ago • 9 comments

Hi!

I'm trying to self-deploy using docker on my ubuntu vm.

I've gone through the tutorial, and have all docker containers running, however the nginx container keeps spewing ssl errors at me :)

/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh 10-listen-on-ipv6-by-default.sh: info: IPv6 listen already enabled /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh /docker-entrypoint.sh: Configuration complete; ready for start up 2024/04/16 20:33:16 [emerg] 1#1: cannot load certificate "/etc/ssl/certs/mediafusion.local.pem": PEM_read_bio_X509_AUX() failed (SSL: error:0480006C:PEM routines::no start line:Expecting: TRUSTED CERTIFICATE) nginx: [emerg] cannot load certificate "/etc/ssl/certs/mediafusion.local.pem": PEM_read_bio_X509_AUX() failed (SSL: error:0480006C:PEM routines::no start line:Expecting: TRUSTED CERTIFICATE)

I've created the certifaces through mkcert as shown in the guide.

I'm not an expert, so i'm probably missing something very obvious...

Love your work!

MarkBP99 avatar Apr 16 '24 20:04 MarkBP99