Cannot issue SSL on cyberpanel

Thank you for you help
No it should not show Apache2 Ubuntu Default Page, it should go to my website directly

1 Like

Then you should fix your Apache and website first, before continuing with adding a certificate. Currently I see the default page and not your website.

3 Likes

can you guide me please on how can I fix this

I'm sorry, but generic "how do I set up a website" is out of the scope of this Community.

4 Likes

I will add you have something unusual with your server config. As I noted earlier, you should contact your hosting provider. They best understand how your site is configured.

You have Apache responding to port 80 requests but LiteSpeed for port 443

(this http request for home page returns default Apache page)
curl -I http://souqsquare.com
HTTP/1.1 200 OK
Server: Apache/2.4.41 (Ubuntu)

(this test http request responded to by Apache and 404 is expected for this test)
curl -I http://souqsquare.com/.well-known/acme-challenge/Test123
HTTP/1.1 404 Not Found
Server: Apache/2.4.41 (Ubuntu)

(this https request returns a page by LiteSpeed, ignoring self-signed cert error)
curl -Ik https://souqsquare.com
HTTP/2 200
set-cookie: mailchimp_landing_site=https%3A%2F%2Fsouqsquare.com%2F; expires=Sun, 26-Feb-2023 17:54:38 GMT; Max-Age=2419200; path=/; secure; SameSite=Strict
server: LiteSpeed
3 Likes

The error is here, that is where you should start looking.

Possibly add a file named sometestfile here
http://souqsquare.com/.well-known/acme-challenge/sometestfile
with just some text, something like "Hello, world."

1 Like

Please, and

1 Like

I would expect your web server to be serving this certificate crt.sh | 7944459390
Actually why do you have your server serving up this certificate https://decoder.link/sslchecker/souqsquare.com/443???

1 Like

is this normal ?

Perhaps for the limited firewalling that system can do, yes.

2 Likes

Hi I solved my Apache issue and I issue the SSL successfully but my website still gives me a not secure connection, any thought ?

How did you issue the certificate?

3 Likes

Did you configure your LiteSpeed server to use it?

Because Apache is handling HTTP (port 80) but LiteSpeed is responding to HTTPS (port 443)

See the SSL Checker site for details (link here)

3 Likes

How can i configure litespeed server to use it
can you help me please?

You should contact your hosting provider for help on configuring your server (as I have suggested several times)

3 Likes

Here are a couple of forums

2 Likes

unfortunately, my hosting provider does not offer a managed VPS I tried to contact them many times but they could not help

Maybe it is time to vote with your money by take it to another Provider that will properly support you.

2 Likes

hmm...
Then who manages that system?

3 Likes

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