Configure the OpenAPI communication port and SSL communication settings.
Settings | Description |
---|
[SSL Setting] | Specify whether to use the SSL for communication or not. - [Non-SSL Only]: Only non-SSL communication is allowed.
- [SSL Only]: Only SSL communication is allowed.
- [SSL/Non-SSL]: Both SSL communication and non-SSL communication are allowed.
[Non-SSL Only] is specified by default. |
[Port No.] | If necessary, change the OpenAPI communication port number. Normally, you can use the original port number. [50001] is specified by default. |
[Port Number (SSL)] | If necessary, change the SSL communication port number. Normally, you can use the original port number. [50003] is specified by default. |
[Client Certificate] | Select whether to request a certificate from clients that connect to this machine. To authenticate clients, select [Enable]. [Disable] is specified by default. |
[Certificate Verification Level Settings] | To validate the certificate during SSL communication, select items to be verified. - [Expiration Date]: Confirm whether the certificate is within the validity period. [Confirm] is specified by default.
- [Key Usage]: Confirm whether the certificate is used according to the intended purpose approved by the certificate issuer. [Do Not Confirm] is specified by default.
- [Chain]: Confirm whether there is a problem in the certificate chain (certificate path). The chain is validated by referencing the external certificates managed on this machine. [Do Not Confirm] is specified by default.
- [Expiration Date Confirmation]: Confirm whether the certificate has expired. [Do Not Confirm] is specified by default.
- [CN]: Confirm whether CN (Common Name) of the certificate matches the server address. [Do Not Confirm] is specified by default.
|