Let's encrypt certificate issue - Speedtest service port 8080

nslookup mydomain.net.in
Server: xxxx
Address: xxxx#53

Name: mydomain.net.in
Address: xxxx

[root@speedtest]# nslookup xxxx by ip
Server: xxxx
Address: xxxx#53

** server can’t find xxxx.in-addr.arpa.: NXDOMAIN

[root@speedtest]# certificate issue but not implement
so i check fqdn of my site domain to ip working ip to domain not working
so i want to clear is this is the issue to enable https on my site

Hi @neeraj

what's your domain name?

Please answer the following questions:

--

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. crt.sh | 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):

My domain is:speedtest.kappa.net.in

I ran this command:

It produced this output:

My web server is (include version):apache

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

My hosting provider, if applicable, is:self host

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):
[/quote]

You have already created 4 identical certificates ( https://check-your-website.server-daten.de/?q=speedtest.kappa.net.in#ct-logs ):

Issuer not before not after Domain names LE-Duplicate next LE
Let's Encrypt Authority X3 2019-07-01 2019-09-29 speedtest.kappa.net.in - 1 entries duplicate nr. 4
Let's Encrypt Authority X3 2019-07-01 2019-09-29 speedtest.kappa.net.in - 1 entries duplicate nr. 3
Let's Encrypt Authority X3 2019-07-01 2019-09-29 speedtest.kappa.net.in - 1 entries duplicate nr. 2
Let's Encrypt Authority X3 2019-07-01 2019-09-29 speedtest.kappa.net.in - 1 entries duplicate nr. 1
Let's Encrypt Authority X3 2019-06-13 2019-09-11 speedtest.kappa.net.in - 1 entries
Let's Encrypt Authority X3 2019-04-04 2019-07-03 speedtest.kappa.net.in - 1 entries

So that part works.

But your port 443 uses a self signed certificate:

E=root@localhost.localdomain, CN=localhost.localdomain, 
OU=SomeOrganizationalUnit, O=SomeOrganization, L=SomeCity, S=SomeState, C=--
	13.09.2018
	13.09.2019
expires in 73 days	

And speedtest uses port 8080, so you have to create an additional vHost.

Which client do you use?

PS: Now checked your port 8080: There is already a certificate - https://check-your-website.server-daten.de/?q=speedtest.kappa.net.in%3A8080

CN=server-17779.prod.hosts.ooklaserver.net
	08.06.2019
	06.09.2019
expires in 66 days	server-17779.prod.hosts.ooklaserver.net, 
speedtest.kappa.net.in.prod.hosts.ooklaserver.net - 2 entries

So if you use https://speedtest.kappa.net.in.prod.hosts.ooklaserver.net/, your Ookla-Server works.

Find that vHost and change the certificate files.

Use

certbot certificates

to find your local certificates.

And

apachectl -S

to find your vHosts.

PS: I’ve edited the topic title. There are some other users with the same speedtest check. So it’s easier to find that topic.

create an additional vHost. in which file httpd.conf kindly share me the syntax please
E=root@localhost.localdomain, CN=localhost.localdomain,
OU=SomeOrganizationalUnit, O=SomeOrganization, L=SomeCity, S=SomeState, C=--
13.09.2018
13.09.2019
expires in 73 days


And speedtest uses port 8080, so you have to create an additional vHost.

![|20x20](https://avatars.discourse.org/v4/letter/n/e47c2d/40.png) neeraj:

You have already a vHost port 8080. You have to change the certificate.

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