Hello everybody,
I am aware this is a recurrent problem and I did do a research on the forum and on the Internet but I do believe that I am encountering a special one.
I want to delete a SSL certificate but I can't through Plesk.
When I go to "Tools & Settings" and then "SSL Certificates" I can see a certificate named "test" that I would like to delete. But when I try I get an error since this one is in use (Picture attached 1.JPG) :
Then, I have followed the instruction on this website: Unable to remove certificate: One or several certificates are assigned to the IP addresses or domains
I logged into "psa" database and I did retrieved a list of 3 certificate ID :
-2
-14
-19
I use the following command to find the domain and/or the IP address to which the certificate was assigned:
The ID number 2 is not assigned to any domain nor IP address (I still don't know if I should delete it)
The ID number 14 is assigned to a website and this one is fine
The ID number 19 is assigned to an IP address ( I would like to delete this ID)
But the problem is that when I go to Tools and Settings > IP Addresses > click on an IP address
I can not unassign the SSL certificate since the option is Grey (see picture 2.JPG)
I guess because I have secured Plesk with this SSL certificate that I can't remove it.
I have also checked on "Websites & Domains" and then "Hosting Settings" and then "Security" The option "not selected" is on all the domains except one which the ID number 14 but like I said above, this one is fine and does not bother me.
Do you have any ideas How could I bypass this problem? I am using Plesk 12.5.30 on a Centos 6.7.
Thank you very much for your help,
Sincerely
Cyril
I am aware this is a recurrent problem and I did do a research on the forum and on the Internet but I do believe that I am encountering a special one.
I want to delete a SSL certificate but I can't through Plesk.
When I go to "Tools & Settings" and then "SSL Certificates" I can see a certificate named "test" that I would like to delete. But when I try I get an error since this one is in use (Picture attached 1.JPG) :
Unable to remove SSL certificates.
One of the certificates you are going to delete is used as the Default Certificate.
Then, I have followed the instruction on this website: Unable to remove certificate: One or several certificates are assigned to the IP addresses or domains
I logged into "psa" database and I did retrieved a list of 3 certificate ID :
-2
-14
-19
I use the following command to find the domain and/or the IP address to which the certificate was assigned:
Code:
select d.name from domains d inner join hosting h on h.dom_id = d.id where h.certificate_id = ;
The ID number 2 is not assigned to any domain nor IP address (I still don't know if I should delete it)
The ID number 14 is assigned to a website and this one is fine
The ID number 19 is assigned to an IP address ( I would like to delete this ID)
But the problem is that when I go to Tools and Settings > IP Addresses > click on an IP address
I can not unassign the SSL certificate since the option is Grey (see picture 2.JPG)
I guess because I have secured Plesk with this SSL certificate that I can't remove it.
I have also checked on "Websites & Domains" and then "Hosting Settings" and then "Security" The option "not selected" is on all the domains except one which the ID number 14 but like I said above, this one is fine and does not bother me.
Do you have any ideas How could I bypass this problem? I am using Plesk 12.5.30 on a Centos 6.7.
Thank you very much for your help,
Sincerely
Cyril