Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - KennySVG

Pages: [1]
1
SSL / Validation disabled for letsencrypt V1 API
« on: June 25, 2020, 02:27:40 PM »
I'm now unable to install SSL certs. This is what shows up in the log:

Code: [Select]
new-authz error: {"type":"urn:acme:error:unauthorized","detail":"Error creating new authz :: Validations for new domains are disabled in the V1 API (https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430)","status": 403}

2
I have the same problem.

It started out for me with an email notice from the server that said:

CWP Update FAILED
Please urgently run update of cwpphp rpm: yum update cwpphp --enablerepo=cwp

I ran that command which seemed to go ok. Then my admin panel said: No Loader is installed, please try to run this command or contact support. I ran that command as well.

I have tried to work with it, and set the ioncube version in the ini... but it's come down to my error logs saying stuff like

path/to/admin/script was encoded by the ionCube Encoder for PHP 5.6 and cannot run under PHP 7.1 or later.
Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 7.1. in Unknown on line 0.

Hope this extra info helps.



3
SSL / Re: Error 500 after SSL with Letsencrypt
« on: July 10, 2016, 01:19:23 AM »
The error log shows a usergroup issue, so I edited the apache letsencrypt vhosts file, and inside the directory tags, added the suPHP_UserGroup line.

Example:

<Directory "/home/xx/public_html">
    AllowOverride All
    suPHP_UserGroup xx xx
</Directory>

Pages: [1]