Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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

 

<start>
  ...
  <protocols>
    <protocol id="classic" expirationDateSeparator="," allowSelfSignedCertificates="false"/>
  </protocols>
  ...
</start>
  • <protocol> - Contains information about the communication between client and backend. 
    • 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. Settings this value to true is not advised.

  • No labels