FastX Https options


The FastX web server is built on node js and can take extra options to enable and disable cipher suites in a production environment.  Https options are advanced features and prior knowledge of TLS and security protocols are assumed. For more information please see the nodejs documentation regarding TLS

https://nodejs.org/api/tls.html#tls_tls_createserver_options_secureconnectionlistener

https://nodejs.org/api/tls.html#tls_tls_createserver_options_secureconnectionlistener

ciphers

A string describing the ciphers to use or exclude, separated by :.

For more details on the format, see the OpenSSL cipher list format documentation.

secureProtocol

The SSL method to use, e.g., SSLv3_method to force SSL version 3. The possible values depend on the version of OpenSSL installed in the environment and are defined in the constant SSL_METHODS.