REST Service Allow Untrusted Certificate

  • Updated

Sample XML

<Request>
...
  <RuleEngineServiceOptions>
    <Overrides>
      <Override>
        <Name>endpoint name</Name>
        <OverrideType>RestServiceAllowUntrustedCertificates</OverrideType>
            <AllowUntrustedCertificates>true</AllowUnTrustedCertificates>
      </Override>
    </Overrides>
  ...
  </RuleEngineServiceOptions>
...
</Request>

Sample JSON

{
"RuleEngineServiceOptions":{
 "Overrides":[
 {
         "Name": "endpoint name",
                   "OverrideType": "RestServiceAllowUntrustedCertificates",
                   "AllowUnTrustedCertificates": "true"
 }]
}
}

 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.