Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/server.com/fullchain.pem
Key is saved at: /etc/letsencrypt/live/server.com/privkey.pem
This certificate expires on 2024-02-01.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
I have verified files are present there
i restarted server using azure vm restart.
Also followed TLS this for HTTPS you can check attached server.xml
Expected behavior
It should create Certificate and allow me to use WSS port
Describe the bug I was installing letsencrypt SSL certificate but when restart server im getting below error
Reason: [default] Could not create a certificate from file - [OpenSSL] error:16000069:STORE routines::unregistered scheme (369098857) Cert file path: /etc/letsencrypt/live/serverurl.com/cert.pem Chain cert file path: /etc/letsencrypt/live/serverurl.com/chain.pem Private key file path: /etc/letsencrypt/live/serverurl.com/private.pem
To Reproduce Steps to reproduce the behavior:
im using azure vm i also opened required ports you can see in image and basic installation done following https://airensoft.gitbook.io/ovenmediaengine/getting-started
Without SSL it is working using ws url
Then i install letsencrypt using following command
sudo certbot certonly --standalone --email test@server.net --agree-tos -d server.com
i have got the success message
Successfully received certificate. Certificate is saved at: /etc/letsencrypt/live/server.com/fullchain.pem Key is saved at: /etc/letsencrypt/live/server.com/privkey.pem This certificate expires on 2024-02-01. These files will be updated when the certificate renews. Certbot has set up a scheduled task to automatically renew this certificate in the background.
I have verified files are present there
i restarted server using azure vm restart.
Also followed TLS this for HTTPS you can check attached server.xml
Expected behavior It should create Certificate and allow me to use WSS port
Logs log_03_11_2023-.txt Server.xml file
Server (please complete the following information):
Player (please complete the following information):
Additional context Add any other context about the problem here.