Author Topic: server ssl doesnt exist  (Read 9921 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
server ssl doesnt exist
« on: June 08, 2021, 01:32:29 PM »
One of my servers is throwing an error for self signed ssl for admin login.   All of the other servers are ok.   Any suggestions?
Listen to everything Pixelpadre says.

Offline
*
Re: server ssl doesnt exist
« Reply #1 on: June 08, 2021, 01:53:52 PM »
Reinstall the ssl certificate for the specific domain
Applications Developer | RHEL Linux Server Administrator

Reach out to me in pm to solve any application deployment such as NodeJS, Java, PHP etc


Managed 40gb Shared CWP PRO Hosting for $20 p/a offer
Managed 60gb Shared CWP PRO Hosting for $40 p/a offer
Managed 100gb Shared CWP PRO Hosting for $60 p/a offer
Managed 200gb Shared CWP PRO Hosting for $120 p/a offer


CentOS 8 died a premature death at the end of 2021 - migrate to RockyLinux Os.

Offline
***
Re: server ssl doesnt exist
« Reply #2 on: June 08, 2021, 01:54:55 PM »
its the ssl for the hostname not a user domain
Listen to everything Pixelpadre says.

Offline
*
Re: server ssl doesnt exist
« Reply #3 on: June 08, 2021, 02:04:04 PM »
Go to
Code: [Select]
admin/index.php?module=change_hostname and on the change hostname options check all SSL options and click on change hostname.

Check
Code: [Select]
/var/log/cwp/autossl.log afterwards from SSH

You should see something like
Code: [Select]
SSL Failed to install for Hostname
The fix is: add the domain of hostname subdomain to DNS zones - best way is to add it as an account

Then go to DNS Records on CWP and add hostname as A Record with TTL of
Code: [Select]
14400
Afterwards check
Code: [Select]
/var/log/cwp/autossl.log from SSH
« Last Edit: June 08, 2021, 02:12:42 PM by josephgodwinke »
Applications Developer | RHEL Linux Server Administrator

Reach out to me in pm to solve any application deployment such as NodeJS, Java, PHP etc


Managed 40gb Shared CWP PRO Hosting for $20 p/a offer
Managed 60gb Shared CWP PRO Hosting for $40 p/a offer
Managed 100gb Shared CWP PRO Hosting for $60 p/a offer
Managed 200gb Shared CWP PRO Hosting for $120 p/a offer


CentOS 8 died a premature death at the end of 2021 - migrate to RockyLinux Os.

Offline
***
Re: server ssl doesnt exist
« Reply #4 on: June 08, 2021, 02:57:59 PM »
I tried renaming hostname thinking that would reissue ssl but that did not work.

online ssl check threw an error for Alternative Names: none (invalid)
Listen to everything Pixelpadre says.

Offline
***
Re: server ssl doesnt exist
« Reply #5 on: June 08, 2021, 03:28:57 PM »
2021-06-04 07:06:12 server.fhservicelist.com AutoSSL removing server.fhservicelist.com
2021-06-04 07:06:12 AutoSSL removing server.fhservicelist.com from Dovecot sni.conf
2021-06-04 07:06:23 AutoSSL removing server.fhservicelist.com from Dovecot sni.conf
2021-06-06 07:06:09 server.fhservicelist.com Failed http validation for Hostname: server.fhservicelist.com
2021-06-06 07:06:09 server.fhservicelist.com Self-signed SSL installed for Hostname: server.fhservicelist.com
2021-06-06 07:06:09 server.fhservicelist.com Installing Hostname SSL for service cwpsrv: server.fhservicelist.com
2021-06-06 07:06:09 server.fhservicelist.com Installing Hostname SSL for service postfix: server.fhservicelist.com
2021-06-06 07:06:11 server.fhservicelist.com Installing Hostname SSL for service dovecot: server.fhservicelist.com
2021-06-06 07:06:13 server.fhservicelist.com Installing Hostname SSL for service pure-ftpd: server.fhservicelist.com
Listen to everything Pixelpadre says.

Offline
*****
Re: server ssl doesnt exist
« Reply #6 on: June 10, 2021, 09:24:28 AM »
Hi, @Namaste
Try to check /root/.acme.sh/acme.sh.log
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
***
Re: server ssl doesnt exist
« Reply #7 on: June 10, 2021, 12:12:28 PM »
[Thu Jun 10 03:46:29 EDT 2021] Running cmd: upgrade
[Thu Jun 10 03:46:29 EDT 2021] Using config home:/root/.acme.sh
[Thu Jun 10 03:46:29 EDT 2021] default_acme_server
[Thu Jun 10 03:46:29 EDT 2021] ACME_DIRECTORY='https://acme-v02.api.letsencrypt.org/directory'
[Thu Jun 10 03:46:29 EDT 2021] GET
[Thu Jun 10 03:46:29 EDT 2021] url='https://api.github.com/repos/acmesh-official/acme.sh/git/refs/heads/master'
[Thu Jun 10 03:46:29 EDT 2021] timeout=
[Thu Jun 10 03:46:29 EDT 2021] _CURL='curl --silent --dump-header /root/.acme.sh/http.header  -L  -g '
[Thu Jun 10 03:46:29 EDT 2021] ret='0'
[Thu Jun 10 03:46:29 EDT 2021] Already uptodate!
[Thu Jun 10 03:46:29 EDT 2021] Upgrade success!
Listen to everything Pixelpadre says.

Offline
*****
Re: server ssl doesnt exist
« Reply #8 on: June 12, 2021, 10:09:34 AM »
You need to find information about the domain in the log. The part of log you have sent has nothing :)
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
***
Re: server ssl doesnt exist
« Reply #9 on: June 13, 2021, 11:41:21 AM »
You need to find information about the domain in the log. The part of log you have sent has nothing :)

Thats all you will find in the log that you asked for, but just repeated over and over and over every day.
Listen to everything Pixelpadre says.

Offline
***
Re: server ssl doesnt exist
« Reply #10 on: June 13, 2021, 11:42:21 AM »
You need to find information about the domain in the log. The part of log you have sent has nothing :)

No offense Igor, but your posts rarely are of any use to anybody.
Listen to everything Pixelpadre says.

Offline
****
Re: server ssl doesnt exist
« Reply #11 on: June 13, 2021, 09:41:38 PM »
Hate to ask this simple question, but sometime it's the simple things.

When you access CWP and goto Server Settings -> Change Hostname

It will show:

Your Hostname is: (Hotname) and it resolves to IP: 1.2.3.4 [Check Black List] [Check CWP SSL] [Check WebServers SSL]
rDNS/PTR = (Hostname) SUCCESS [Check SenderBase]

The SUCCESS should be a Green block with White letters.
If it's not, a SSL will not generate for the hostname.

Also Let's Encrypt only allows 3-4 attempts per 24 hours or something like that.

Just my 2 cents.

Offline
***
Re: server ssl doesnt exist
« Reply #12 on: June 14, 2021, 12:10:51 PM »
Hate to ask this simple question, but sometime it's the simple things.

When you access CWP and goto Server Settings -> Change Hostname

It will show:

Your Hostname is: (Hotname) and it resolves to IP: 1.2.3.4 [Check Black List] [Check CWP SSL] [Check WebServers SSL]
rDNS/PTR = (Hostname) SUCCESS [Check SenderBase]

The SUCCESS should be a Green block with White letters.
If it's not, a SSL will not generate for the hostname.

Also Let's Encrypt only allows 3-4 attempts per 24 hours or something like that.

Just my 2 cents.

« Last Edit: June 14, 2021, 12:14:02 PM by Namaste »
Listen to everything Pixelpadre says.

Offline
***
Re: server ssl doesnt exist
« Reply #13 on: June 14, 2021, 12:50:50 PM »
The problem is that there is a self signed certificate in the mix.   And I don't know how to get rid of the self signed cert in CWP.
Listen to everything Pixelpadre says.

Offline
***
Re: server ssl doesnt exist
« Reply #14 on: June 14, 2021, 11:15:37 PM »
I changed the hostname to a different hostname and I am still getting the same selfsigned cert errors.
Listen to everything Pixelpadre says.