Thorn
1
New certificate generated; starting nginx
[cont-init.d] 50-config: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
nginx: [emerg] PEM_read_bio_DHparams("/config/nginx/dhparams.pem") failed (SSL: error:0909006C:PEM routines:get_name:no start line:Expecting: DH PARAMETERS)
Is the error I keep receiving. And I genuinly can’t figure out why. I’m using the Linuxserver/docker container.
Hi @Thorn
create a new file:
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
2 Likes
Thorn
3
Hi there, thanks for the respone.
This, however, doesn’t solve the issue. The dhparams.pem file is actually being created automatically, though appears to be empty.
Edit: Something new is happening. Deleting the old file may have done the trick it seems. Thanks!
2 Likes
system
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.