HTTPServer

Contains the CyberTrace HTTP service parameters.

Path

GUISettings > HTTPServer

Attributes

This element has no attributes.

Optional

The HTTPServer element is optional. If it is omitted, the default values are used.

Nested elements

This element is a container for the following nested elements:

Example

The following is an example of this element.

<HTTPServer>

<ResourcesIP>127.0.0.1</ResourcesIP>

<ConnectionString>0.0.0.0:443</ConnectionString>

<TemplatesPath>../httpsrv/templates</TemplatesPath>

<SSLCertificatePath>../httpsrv/kl_feed_service_cert.pem</SSLCertificatePath>

<SSLPrivateKeyPath>../httpsrv/kl_feed_service_private.pem</SSLPrivateKeyPath>

</HTTPServer>

Page top