Recent Posts

Pages: [1] 2 3 ... 10
1
SSL / Re: Preventing CWP from Replacing Wildcard SSL Certificate
« Last post by overseer on Today at 01:29:55 AM »
You can also make your wildcard cert immutable. Just be sure to watch the renewal date and take off the immutable bit when you want to replace it.
Code: [Select]
chattr +i *.yourdomain.com.pem
2
MySQL / Re: New MariaDB 11.0.x version gives error
« Last post by overseer on Today at 01:26:37 AM »
Sorry, late to the party as usual. I'll give my lesser server a test go and see how I make out.
3
MySQL / Re: New MariaDB 11.0.x version gives error
« Last post by Starburst on September 26, 2023, 10:03:33 PM »
So according to MariaDB this is correct.

Looks like CWP is querying the client version, not server version.

# mariadb --version
mariadb from 11.1.2-MariaDB, client 15.2 for Linux (x86_64) using readline 5.1
4
SSL / Re: All sites have stopped ERR_SSL_PROTOCOL_ERROR
« Last post by Starburst on September 26, 2023, 02:41:40 PM »
That error comes up when something in SSL is misconfigured.

On the Main control panel screen, does it show Apache running?

Was anything updated or changed before this happened?

If you want, PM me and I could login to look. (I do NOT work for CWP).
5
SSL / All sites have stopped ERR_SSL_PROTOCOL_ERROR
« Last post by djfininho on September 26, 2023, 02:26:20 AM »
Help please!

All sites have stopped running and all are giving the error ERR_SSL_PROTOCOL_ERROR

Rebuild apache web service
I disabled the firewall
I restarted server
I recreated certificate
I executed command
/root/.acme.sh/acme.sh --set-default-ca --server letsencrypt

Nothing resolved, port 443 is open, does anyone have any ideas to help resolve this?
6
MySQL / Re: New MariaDB 11.0.x version gives error
« Last post by Starburst on September 25, 2023, 10:55:04 PM »
So it looks like it worked, sorta.





Version showing is incorrect, unless this is a bug in 11.1.x when CWP is querying the version.

This MariaDB version 11.1.2 added 2 additional files:
MariaDB-server-compat
MariaDB-client-compat

@overseer, what do you think?
BTW If you want to login to the test box I can send you the info.
7
MySQL / Re: New MariaDB 11.0.x version gives error
« Last post by valueautomation on September 25, 2023, 08:00:43 PM »
Thank you
8
SSL / Re: Preventing CWP from Replacing Wildcard SSL Certificate
« Last post by Starburst on September 25, 2023, 05:44:16 PM »
Try going into:

WebServer Settings -> SSL Certificates -> (Configure Tab)

Uncheck the boxes for: Auto Renewals & Automatic SSL Generation

Click on Blue Save Button.
9
MySQL / Re: New MariaDB 11.0.x version gives error
« Last post by Starburst on September 25, 2023, 05:41:10 PM »
I haven't had time to try again on our test box.
It's on my list of things to do.

The latest MariaDB LTS version 10.11.x (Currently 10.11.5) upgraded to and works fine.
As long as you follow the Wiki when upgrading.
10
SSL / Preventing CWP from Replacing Wildcard SSL Certificate
« Last post by Vik on September 25, 2023, 05:30:03 PM »
I've successfully installed a Wildcard certificate on my domain, but I'm encountering an issue where the CWP default SSL certificate keeps replacing my Wildcard certificate. Is there a solution to prevent CWP from replacing my existing Wildcard certificate?
Pages: [1] 2 3 ... 10