Hello, I’m trying to diagnose a TLS/HTTPS issue with my domain and would appreciate guidance from the community.
Domain: endpoint.blackcorp.me Problem: When I connect to this domain over HTTPS, the server presents a certificate for a completely unrelated domain (*.legacycommunityhealth.org). This results in a hostname mismatch and prevents proper HTTPS access.
Important context:
- I did not configure this certificate myself.
- I attempted to run Certbot locally on my Chromebook, but I now understand that Certbot must run on the actual server that terminates TLS for the domain.
- The IP currently serving my domain is 8.40.154.2, but I’m not sure whether I control that server or whether a hosting provider, proxy, or upstream system is terminating TLS on my behalf.
- I need to determine:
- Why a certificate for another organization is being served on my domain.
- Where TLS termination is actually happening.
- What steps I need to take to replace the incorrect certificate with a Let’s Encrypt certificate that includes my domain.
What I’m asking the community:
- How can I confirm who controls the server or load balancer at
8.40.154.2? - If I do control it, what is the correct way to install a Let’s Encrypt certificate for my domain?
- If I don’t control it, what are my options for regaining control of HTTPS for my domain?
Any help diagnosing or correcting this mismatch would be greatly appreciated. Additional Context / Reference Summary
For anyone assisting: Here is a concise summary of the issue and diagnostic steps already explored, so you can understand the current status of the domain and certificate behavior.
Reference Summary: https://gist.github.com/placeholder/endpoint-blackcorp-me-tls-summary (gist.github.com in Bing)
What the summary contains:
- The domain
endpoint.blackcorp.mecurrently resolves to 8.40.154.2. - When accessed over HTTPS, the server presents a certificate for
*.legacycommunityhealth.org, which does not match the domain. - This indicates that TLS termination is happening on a server or load balancer that I may not control.
- Certbot was previously run locally, but not on the server that actually terminates TLS.
- I am trying to determine:
- Who controls the server at
8.40.154.2 - Why it is serving a certificate for another organization
- How to correctly install a Let’s Encrypt certificate for my domain
- Who controls the server at
- No private keys, credentials, or sensitive data are included in the summary.
This link provides a neutral, technical overview so the community can better understand the mismatch and help identify the correct next steps.