Name
SQLNET.ENCRYPTION_CLIENT
Synopsis
SQLNET.ENCRYPTION_CLIENT = {ACCEPTED | REJECTED | REQUESTED | REQUIRED}Specifies the manner in which a Net8 client negotiates the use of encryption with a server when a new connection is made. If a client and server cannot agree on the use of encryption, then the connection attempt fails. See SQLNET.ENCRYPTION_SERVER. The default setting is ACCEPTED.
Parameters
- ACCEPTED
The client does not request the use of encryption, but goes along if the server requests it. Compatible server parameters are REJECTED, REQUESTED, and REQUIRED.
- REJECTED
The client does not support the use of encryption at all. Compatible server parameters are REJECTED, ACCEPTED, and REQUESTED.
- REQUESTED
The client prefers to use encryption, but does not force the issue if the server rejects the use of encryption. Compatible server parameters are ACCEPTED, REQUESTED, and REQUIRED.
- REQUIRED
The client demands the use of encryption, and does not connect otherwise. Compatible server parameters are ACCEPTED, REQUESTED, and REQUIRED.