morissette
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by morissette-
morissette commented,
Alright I found out the issue by dumping the hash: need to loop through data.data.addon_domains
-
morissette created a post,
DomainInfo::list_domains UAPI Call Not working from index.html.tt
Why does the UAPI just not work :P [% data = execute( 'DomainInfo', 'list_domains' ); %] [% FOREACH q = data.addon_domains %] [% q %] ...
-
morissette commented,
Yes I did get it to work without issue. Which newer version? I did not see any SSL::delete in API2, are you referring to the UAPI? If so I've got A LOT of old code to update, when is API1/2 going...
-
morissette created a post,
Does API1 SSL::delete work on current version of cPanel?
Does API1 SSL::delete, SSL::deletekey and SSL::deletecrt work on the latest version of cPanel? I am currently writing something to use this but want to ensure that it's not all a waste. I know a l...
-
morissette commented,
You are my hero. I looked at the API docs for like 40 minutes looking for something.
-
morissette created a post,
/usr/local/cpanel/whostmgr/bin/whostmgr2 --updatetweaksettings - Update only one setting speed
Is there any way to only update one setting? instead of running through the entire process?
-
morissette commented,
As an update it looks like I'm failing in: the validate_ssl_components subroutine in the /usr/local/cpanel/whostmgr/bin/xml-api binary, unfortunately failed attempts at reading the hexdump has led...
-
morissette commented,
Additionally I get the following error when using /scripts/installssl: [root@server]# /scripts/installssl What user is the SSL host for? user Which IP is the SSL host for? 192.254.227.207 [SSL {u...
-
morissette commented,
Hello Michael, I have tried both. Additionally I have tried URL Encoding the crt and key and inputing both though the browser and the script. Neither way works however if I go through the WHM inst...
-
morissette created a post,
XML API :: Install SSL is cabundle required?
Is the cab option required? So even w/ a cabundle which I believe is just the csr, crt and key concated I get this in the cPanel error log: [an error occurred while processing this directive][2...