Jump to content

Strange SSL error at compiling time, SSL certificate from ssls.com


Israel Portillo

Recommended Posts

Hi group

This is the issue:

SSL Certificate from SSLS.com

I get those files:

myPage_com.crt               -> renamed to certificate.crt
myPage_com.ca-bundle   -> renamed to ca_bundle.crt
myPage_com.p7b
www.myPage.com.crs
private.key                         -> renamed to key.pem

 

I perform this steps:

openssl x509 -in certificate.crt -out cert.pem -outform PEM
openssl x509 -in ca_bundle.crt -out root.pem -outform PEM

My Unigui App running in 32 bits.
Copied the files key.pem, cert.pem and root.pem in the main root app:
and the x86 folder files:
libeay32.dll and ssleay32.dll

 

Server module configuration:
SSL->Enabled = True
SSL->SSLOptions->CertFile = cert.pem
SSL->SSLOptions->KeyFile = key.pem
SSL->SSLOptions->RootCertFile = root.pem
Method: sslvTLSv1_2
Mode: sslmUnassigned
SSLVersion: sslvTLSV1_2

 

The staff of ssls.com told me the private key HAS NOT password, it is clean.

Does anybody can help me please..?

 

Thanks group.

 

WhatsApp Image 2023-11-17 at 18.17.44_9d2ee102.jpg

Link to comment
Share on other sites

Hi Farshad, thanks for you fast reply.

When I bought the SSL y never assigned a password, Talking with ssls.com assistence he confirm me the key is clean of password.

The private key has not password assigned and the pasword property is empty.

I have not any problem if  I Running my app with another SSL from another vendors like namecheap, just with this one, the firts one from ssls.com

So maybe I need to do a extra step or configuration.

Maybe somebody had the same problem and wants to share the correct way. 

I dont think be the first one in to configurate a ssl from this vendor.

 

 

image.thumb.jpeg.360fa0ebf450ae0266269922d6d82e62.jpeg

Link to comment
Share on other sites

  • Israel Portillo changed the title to Strange SSL error at compiling time, SSL certificate from ssls.com

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...