I want to delete or revoke the SSL certificate

I linked my domain to a droplet's IP and installed WordPress from the marketplace on the droplet, and SSL was configured for the domain. But after that, I directly deleted the droplet. Then I linked the same domain to a third-party IP, but the domain is not working, and I am getting the error 'ERR_SSL_PROTOCOL_ERROR.' How can I fix this? Could this be due to an SSL conflict? If so, how can I delete the old SSL from my domain, considering I have already destroyed the droplet?

Hi @ankinolimits, and welcome to the LE community forum :slight_smile:

What does that mean?
Did they provide any instructions that you followed?

We would need more details about the error before being able to provide any useful advice.

Previously issued certs have no relevance in this type of problem.

Your best bet is to answer all the questions that were [or should have been] posed when you selected the help category:



Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is:

I ran this command:

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know):

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

4 Likes

Hello,

Thank you for the response, my domain name is "gapuriya.online". My server was deleted by me without run any command on it.
One of the store is there of mine having account overe their in which of if i want my customer able to see that store with my domain then i have to add domain then i have to link with IP by adding A records that i already done which means third party.
After that i having such type or error i already mentioned in my previous reply which i feel due to conflict of ssl, so my request is kindly delete my ssl certificate from this domain but i have no server right now please this thing in note.

1 Like

Deleting/Revoking an issued certificate will not affect, nor help, this situation.

4 Likes

Do you have root access to this system?:

Name:    gapuriya.online
Address: 20.204.168.64
3 Likes

No i don't have root access this system and this is new IP address not the old IP address. So is there any way to delete the associated SSL certificate with this domain because I am having error of "ERR_SSL_PROTOCOL_ERROR" how to resolve this error.

duplicate certificate is not a problem by itself: clients are expected get a new one than about a month before old one expires.

2 Likes

so what can be the issue how to get rid out of it can please suggest for it.

Your current problem is that your web server configuration is configured for https on port 443 but does not point to a valid certificate file. You need to get another cert and apply the files in your configuration

4 Likes

how can i configure it because I don't have any server where I can configure it. So in this case I have to contact to that store for this

*   Trying 20.204.168.64:80...
* Connected to 20.204.168.64 (20.204.168.64) port 80
> GET / HTTP/1.1
> Host: 20.204.168.64
> User-Agent: curl/8.5.0
> Accept: */*
>
< HTTP/1.1 308 Permanent Redirect
< Connection: close
< Location: https://20.204.168.64/
< Server: Caddy
< Date: Mon, 02 Sep 2024 03:06:48 GMT
< Content-Length: 0
<

* Closing connection

hmm a broken caddy instance? @mholt
you bought a server from microsoft azure aren't you? can you link what you selected on azure?

2 Likes

this it the third party server i only link with the IP address what they suggest it

1 Like

Have you spoken with that 3rd party about this problem with their server?

2 Likes

no not yet first i talked here

SSL certificates are configured on the webserver. If that server has been changed (e.g. other IP address configured in DNS), the previous certificate is not an issue any longer. Any SSL related issue after the server change will need to be addressed on that new server.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.