...
| Auth Mechanism | Specify the authorization mechanism you want to use to connect to the gRPC server. Options are SSL and insecure. The default is insecure. | |
|---|---|---|
| Certificate Chain File | Specify the path to a PEM-formatted certificate chain file. This field is ignored when the Auth Mechanism is set to to | |
| Private Key File | Specify the path to the private key file is PKCS#8 format. This field is ignored when the Auth Mechanism is set | to to |
Client Private Key Password | If the private key is encrypted, specify its password. If the private key is not encrypted, leave this field blank. | |
| Client Verification | Specify the level of authentication the server should expect from the client. Options are:
The default is | |
| Root Certificates File | Specify the path to a PEM-formatted root certificates file that should be used to verify the client's identity if it differs from the system's default. |
Logging Settings
| Scroll Table Layout | ||
|---|---|---|
|
Log Level | Specify how much information you want logged to the console. The default is |
|---|
Change Log
1.5
- Support client certificates for two-way SSL
1.4
- Added support for large inbound messages
1.3
- Decode grpc-status-details-bin header to JSON when both Protobuf and gRPC extensions are loaded
...