Accept unencrypted requests. Type True
to allow the server to accept unencrypted requests.
Type False
to instruct the server to ignore unencrypted requests.
If you set CommsAllowUnencrypted
to False
and the server receives an unencrypted request, it returns an error that unencrypted communications are disallowed.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | ACIEncryption |
Example: | CommsAllowUnencrypted=False
|
See Also: | CommsEncryptionType |
|