Connection Server complies with certain Internet Engineering Task Force (IETF) standards.
-
RFC 5746 Transport Layer Security (TLS) – Renegotiation Indication Extension, also known as secure renegotiation, is enabled by default.
Note: Client-initiated renegotiation is disabled by default on Connection Servers. To enable, edit registry value
[HKLM\SOFTWARE\<name>\VDM\plugins\wsnm\TunnelService\Params]JvmOptionsand remove-Djdk.tls.rejectClientInitiatedRenegotiation=truefrom the string. -
RFC 6797 HTTP Strict Transport Security (HSTS), also known as transport security, is enabled by default. This setting cannot be disabled.
-
RFC 7034 HTTP Header Field X-Frame-Options, also known as counter click-jacking, is enabled by default. You can disable it by adding the entry
x-frame-options=OFFto the filelocked.properties. For information about adding properties to the filelocked.properties, see Configure HTTP Protection Measures.Note: In releases earlier than version 7.2, changing this option did not affect connections to HTML Access.
-
RFC 6454 Origin Checking, which protects against cross-site request forging, is enabled by default. You can disable it by adding the entry
checkOrigin=falsetolocked.properties. For more information, see Cross-Origin Resource Sharing.Note: In earlier releases, this protection was disabled by default.
Was this page helpful?