OCSPResponderURL (MQCHAR256)
For an MQAIR structure that represents connection details for an OCSP responder, this field contains the URL at which the responder can be contacted.
The value of this field is an HTTP URL. This field takes priority over a URL in an AuthorityInfoAccess (AIA) certificate extension.
The value is ignored unless both the following statements are true:
- The MQAIR structure is Version 2 or later (the Version field is set to MQAIR_VERSION_2 or greater).
- The AuthInfoType field is set to MQAIT_OCSP.
If the field does not contain an HTTP URL in the correct format (and is not being ignored), the MQCONNX call fails with reason code MQRC_OCSP_URL_ERROR.
This field is case-sensitive. It must start with the string http:// in lowercase. The rest of the URL might be case-sensitive, depending on the OCSP server implementation.
This field is not subject to data conversion.
Parent topic: Fields for MQAIR