You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Basics

Technologies

The Comodo APIs can be accessed with a SOAP client.

The SSL Certificate API supports enrolling new certificate requests, renewing existing certificates and collecting certificates. See the API documentation for additional details.

API Documents

The InCommon API documentation is linked in the last section of this page: https://www.incommon.org/cert/repository/index.html

When you have problems

Additional information about error codes

Basic information about the possible error codes is provided in the Comodo API documentation; but some of the error codes can have multiple causes. Additional anecdotal details are provided here as a community reference.

-14 = An unknown error occurred!

  • Check that the login_uri parameter of your authData object is set to 'InCommon'.

-32 = The two phrase should be the same!

  • Check your revocation phrase ('phrase' parameter). It appears that it cannot be left as empty string.

Bug Tracking

If you get an error not covered in the API Documentation (see [https://www.incommon.org/cert/repository/index.html|https://www.incommon.org/cert/repository/index.html]), please submit a bug report.

# TODO: Add a link to the Bug tracking system.

  • No labels