Hi. Im trying to use the json api to create accounts . When I try to test the string in the browser I get a SSL error:
"Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error code: ERR_SSL_PROTOCOL_ERROR"
I installed a SSL certificate in WHM for this domain but I still get the same error. When i try the same string in SSH as root with lynx I get just this:
[1] 26545
[2] 26546
here is the string Im trying to get to work :
when I try with the xml api I get this result:
"Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error code: ERR_SSL_PROTOCOL_ERROR"
I installed a SSL certificate in WHM for this domain but I still get the same error. When i try the same string in SSH as root with lynx I get just this:
[1] 26545
[2] 26546
here is the string Im trying to get to work :
Code:
https://domain.com/:2087/json-api/createacct?username=user123&password=h@rd2gu3ss&domain=test1.domain.com
Code:
<cpanelresult>
<error>Access denied</error>
<data>
<result>0</result>
<reason>Access denied</reason>
</data>
</cpanelresult>