nickwuk
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by nickwuk-
Yes the log in Manage AutoSSL > Logs tab does reference the account name in the last action, and it IS now showing as secure in Firefox (Chrome is refusing to update it's cache - maybe tomorrow!). ...
-
Thank you for these instructions. In "WHM >> Manage AutoSSL" and use the "Manage Users" all domains are set to "Reset to Feature List Setting" (rather than "Enable AutoSSL") and AutoSSL is working ...
-
Hello, Are you adding new domain names to the account on a regular basis that would result in AutoSSL initiating the validation process? If not, do you notice any error messages for this account u...
-
I have a Cpanel server with AutoSSL with several accounts, all accounts have similar rewrite rules in htaccess, but only one htaccess includes these DCV rewrite conditions, and that file is updated...
-
Using WHM 62 and still confused! Part of the confusion seems to be caused by the INI Editor creating a public_html/php.ini even though local.ini has the setting user_ini.filename = ".user.ini", in ...
-
I have the same issue. The IP of the connecting server is in the cPHulkd whitelist and in the csf Allow list, and in Tweak Settings ftp timeout is set to 2000 seconds. This tool was working the day...
-
I've started retesting the addftp function (more than 3 months later) and now when it fails the code is outputting the result. In the example below the creation failed but succeeded using the same ...
-
The test script I was using with the getCpUser(); $opts = array('password' => $new_pass); if($result = $cpanel->callCpanelApi($cp_user, 'PasswdStrength', 'get_password_strength',$opts)) { $json...
-
It looks like AWStats and the like simply read IP data from the raw access logs ie no dedicated storage log, and I would hope that IP's in raw access logs are exempt from anonymising on the grounds...
-
SOLVED! Simple miss-understanding about the API token, I was trying to use an existing token but that relies on one having noted the key. Once I created a new token and updated the code then it wor...