2.2.2.3.1 HTTPS Activation Service Version 1.0 X.509 URI

The HTTPS Activation Service Version 1.0 X.509 URI is an HTTP/TLS URI, as specified in [RFC2616] and [RFC2818], which results from resolving the following ActSvc10_X509_URI Augmented Backus-Naur Form (ABNF) rule [RFC2234].

 ActSvc10_X509_URI = "https:" "//" host ":" port abs_path 
 abs_path          = "/" segment "/Activation/Coordinator/"

The ABNF tokens "host", "port", and "segment", specified in [RFC2396], are used to construct HTTPS URIs as specified in [RFC2818]. The specific values for these tokens are derived from an ExtendedWhereabouts structure as follows.

host: MUST be the szCharArray field of the HostName field.

port: MUST be the HttpsPort field.

segment: MUST be the szCharArray field of the BasePath field.

If the "V1.0" SupportedProtocolFlag in the SupportedProtocols field of the ExtendedWhereabouts structure is 1, then the Coordinator MUST implement the HTTPS Activation Service Version 1.0 X.509 endpoint at this URI.