The ADSS Certification Service uses different URLs depending on the interface protocol it is using or the functionality it's performing or whether TLS is being used. Details of the interface protocol are provided in the separate ADSS Developers Guide. This page describes the different URLs that are used by the ADSS Certification Service:


XML Interface

 Plain HTTP:

 http://MachineName:8777/adss/certification/csi

 Server Authentication:

 https://MachineName:8778/adss/certification/csi

 Mutual Authentication:

 https://MachineName:8779/adss/certification/csi


CMC Protocol

The URL below should be used by client applications when sending certification requests using the CMC protocol:

Mutual Authentication:

 https://MachineName:8779/adss/certification/cmc


EST Protocol

The below URLs should be used by client applications when sending certification requests using the EST protocol:

 Plain HTTP:

 http://MachineName:8777/.well-known/est/(api-name)

 Server Authentication:

 https://MachineName:8778/.well-known/est/(api-name)

 Mutual Authentication:

 https://MachineName:8779/.well-known/est/(api-name)


E-Passport CVCA WSDL Interface

 Mutual Authentication:

 https://MachineName:8779/adss/certification/cv?WSDL


E-Passport DVCA WSDL Interface

 Mutual Authentication:

 https://MachineName:8779/adss/certification/dv?WSDL


See also

Configuring the Certification Service

Directory Integration

Identity Certificates

Attribute Certificates

Transaction Logs

Log Archiving

Alerts

Advanced Settings

Optimising ADSS Certification Server Performance

Certification Service Interface URLs