error after updating ssl..again ((

Gabriel T

Member
Hello, had to refrtesh my ssl certificate after expiration. using letsencrypt. using the same cert im using for apache on the server, and get this error:

because: javax.net.ssl.SSLException 'Received fatal alert: certificate_unknown'
any clue ?

thanks
 

Max

Administrator
Staff member
Good day.
We checked your server via SSH-access and imported your certificates.
Step-by-step instruction:
1. Open the web interface of WCS via insecure connection (username and password: admin/admin; secure connection on your server - not work):
Code:
http://<your domain name>:8081/admin/certificates.html
2. Click "Reset to default".
3. Restart the WCS server to apply new settings.
4. Download from your server from the directory
Code:
/etc/letsencrypt/live/<your domain name>/
the following files to PC:
Code:
fullchain.pem
privkey.pem
6. Open the web interface of WCS via secure connection (self-signed certificate; username and password: admin/admin; to verify that a secure connection works for WCS):
Code:
https://<your domain name>:8444/admin/certificates.html
7. On the import page upload the certificate file fullchain.pem and import the key file privkey.pem.
8. Restart the WCS server to apply new settings.
9. Open the web interface of WCS:
Code:
https://<your domain name>:8444
If certificates are imported correctly, you should see that the browser accepts the WCS server certificate.
 
Top