Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Protocols

Defines the basic protocol for communication to the backend. This is typically a leave alone part of the configuration.

 

Code Block
languagexml
<protocols>
  <protocol id="classic" expirationDateSeparator="," allowSelfSignedCertificates="false"/>
</protocols> 

Parameters:

  • id="" - Name to reference from the endpoint configuration.
  • expirationDateSeparator="," - Separator used to separate the serial number or lot number from the expiration date.

  • allowSelfSignedCertificates="false" - Allow the app to communicate with a server with a self signed certificate. This is not advised, and the default value is false.