Page 1 of 2
SSL Certificate Installation
Posted: Thu Oct 31, 2013 6:20 am
by jomausiu
While trying to install an SSL Certificate i keep receiving the following error message.
root or/and intermediate cerificate not found
I already create a ssl bundle but no luck also.
But self signed certificates can be installed with no problems.
If anyone could help me with a guide on what to do.
Thanks
Re: SSL Certificate Installation
Posted: Thu Oct 31, 2013 8:01 am
by skid
Make you sure you are filling CA text box with bundled keys. It should look like
this.
Re: SSL Certificate Installation
Posted: Tue Nov 19, 2013 2:07 am
by jhewit
skid wrote:Make you sure you are filling CA text box with bundled keys. It should look like
this.
I also received the same error. The third box is not optional as it states, it is required for some reason.
Once I pasted the CA information it works fine and will check out through any SSL check.
Also I'm curious how everyone is doing there CSR requests? I have to-do mine from SSH.
Hope eventually CSR requests can be done from within the control panel.
Code: Select all
openssl req -nodes -newkey rsa:2048 -keyout domain.key -out domain.csr
Re: SSL Certificate Installation
Posted: Tue Nov 19, 2013 7:23 am
by skid
Ok, "CSR generator" has been added accepted as feature request :)
Re: SSL Certificate Installation
Posted: Thu Jan 16, 2014 10:47 pm
by misak35
i have issue with ssl too..
Error: root or/and intermediate cerificate not found
Error: certificate authority not found
i have ssl key and ssl certificate entered when setup domain. what else i need to do? whare to find SSL Certificate Authority / Intermediate? when it empty it sad Error: certificate authority not found
Re: SSL Certificate Installation
Posted: Sat Jan 18, 2014 4:53 pm
by jhewit
misak35 wrote:i have issue with ssl too..
Error: root or/and intermediate cerificate not found
Error: certificate authority not found
i have ssl key and ssl certificate entered when setup domain. what else i need to do? whare to find SSL Certificate Authority / Intermediate? when it empty it sad Error: certificate authority not found
You must fill the optional field with the certificate authority information. It is not optional... for godaddy it is the gd_bundle.crt file you received with your certs.
Re: SSL Certificate Installation
Posted: Sat Jan 18, 2014 5:05 pm
by misak35
jhewit wrote:misak35 wrote:i have issue with ssl too..
Error: root or/and intermediate cerificate not found
Error: certificate authority not found
i have ssl key and ssl certificate entered when setup domain. what else i need to do? whare to find SSL Certificate Authority / Intermediate? when it empty it sad Error: certificate authority not found
You must fill the optional field with the certificate authority information. It is not optional... for godaddy it is the gd_bundle.crt file you received with your certs.
i use startssl.com certificate ... so, what Certificate Authority / Intermediate to put?
Re: SSL Certificate Installation
Posted: Sun Jan 19, 2014 3:09 am
by jhewit
misak35 wrote:jhewit wrote:misak35 wrote:i have issue with ssl too..
Error: root or/and intermediate cerificate not found
Error: certificate authority not found
i have ssl key and ssl certificate entered when setup domain. what else i need to do? whare to find SSL Certificate Authority / Intermediate? when it empty it sad Error: certificate authority not found
You must fill the optional field with the certificate authority information. It is not optional... for godaddy it is the gd_bundle.crt file you received with your certs.
i use startssl.com certificate ... so, what Certificate Authority / Intermediate to put?
What's file did you get on downloading your cert? Based on little I know about Startssl I looked up and found this link
http://www.startssl.com/certs/ in that directory is a file ca-bundle.crt that would be what I'd think you would use. If it doesn't work tell me what files you received and I'll try to help more.
Re: SSL Certificate Installation
Posted: Sun Jan 19, 2014 11:03 am
by misak35
Error: ssl certificate authority is not valid when I use that file :D i dont know whats wrong .D
Re: SSL Certificate Installation
Posted: Mon May 05, 2014 5:11 pm
by okwme
I'm having the same problem.
I've been in contact with my ssl provider's support.
they think that vesta doesn't recognize comodo certificates for some reason.
i found instructions to install them manually but don't understand where vesta's virtual host files are.
they aren't in the sites-available directory like usual.
anyone successfully installed ssl with vesta have a tutorial?