What is the purpose of the engine.ssl.protocols in the run.properties file?
The property engine.ssl.protocols in run.properties specifies the TLS protocol versions that PingAccess engines will support for incoming HTTPS traffic.
Exact Extract:
''The engine.ssl.protocols property configures which TLS versions are enabled for HTTPS listeners.''
Option A (ciphers) is incorrect --- cipher suites are defined separately, not in this property.
Option B (HTTPS port) is incorrect --- the port is defined in the engine listener, not here.
Option C (TLS versions) is correct --- this property controls TLS version support (e.g., TLSv1.2, TLSv1.3).
Option D (clustering) is incorrect --- clustering does not depend on this property.
Freeman
Nickole
5 days agoWalker
10 days agoMirta
15 days ago