SSL certificate issue installing on WCS

Arif Butt

Member
Hi there we are facing an issue in updating the SSL certificate on our WCS server, please the attached files in TXT mode and assist

thnx
AB
 

Max

Administrator
Staff member
Good day.
Please clarify: what happens when you're trying to import this SSL certificate via web interface? Please also note that the files attached contain no CA certificate, that can be a problem.
Make sure that the server hostname matches the domain for which the certificate is issued.
If nothing helps, please provide access to the server using this form.
 

Max

Administrator
Staff member
Hello

Certs and private keys have been deleted due security reasons.
 

Arif Butt

Member
Hi

When we import it via web interface then the https page stops working ... please get the information from the private form..

and where to get the CA certificate from?

Thnx
AB
 

Arif Butt

Member
Hi the vender sent us the CA certificate from DigiCert, kindly let us know how to configure it... I will attach the files in the private form...

thnx
 

Max

Administrator
Staff member
Hello,

Imported the certificates on a test server to check using openssl:
Code:
openssl s_client -connect <domain>:8444
Gives these errors
Code:
140607821154192:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01:rsa_pk1.c:103:
140607821154192:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed:rsa_eay.c:773:
140607821154192:error:1408D07B:SSL routines:ssl3_get_key_exchange:bad signature:s3_clnt.c:2032:
It can be checked using openssl that the certificate and private key do not match. Please consult with the certificate issuer.
 
Top