| Set up HST Server for Node API |
279
asconfigurator option
aspera.conf setting
Description and Values
To Activate
Changes...
cert_file
<cert_file>
Full pathname of the SSL certificate, which
must be in
.pem
format.
Default:
/opt/aspera/etc/
aspera_server_cert.pem
Restart
asperanoded
max_response_entries
<max_response_entries>
Maximum number of entries to return in a
response. Default: 1000.
Reload node
configuration.
max_response_time
<max_response_time>
Maximum amount of time to wait for a long-
running operation. Default: 10.
Reload node
configuration.
db_dir
<db_dir>
Path to the directory where the database file is
saved. Before changing this value, you should
back up your database. See
Restoring the Node User Database Records
on
page 282.
Default:
Restart
asperanoded
and the Redis
database
db_port
<db_port>
Database service port. Value is an integer 1 -
65535, default: 31415. Before changing this
value, you should back up your database.
See
Backing up and Restoring the Node User
on page 282.
Restart
asperanoded
and the Redis
database
ssl_ciphers
<ssl_ciphers>
The SSL encryption ciphers that the server will
allow, each separated by a colon (
:
). Default: all
of the following:
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
DHE-RSA-AES256-SHA
DHE-DSS-AES256-SHA
AES256-SHA
AES128-SHA256
DHE-RSA-AES128-SHA
DHE-DSS-AES128-SHA
RC2-CBC-MD5
This option may also be set in the
<client>
section, in which case, when this machine
functions as a client, the specified ciphers are
requests to the server. If any of the ciphers in
the server's allow list coincide with those in the
client's request list, communication is allowed;
otherwise it is denied.
If you override this setting, the override is
always used. However, if you do not override
it, the default setting depends on the settings for
<ssl_protocol>
. If
<ssl_protocol>
is set to
sslv23
, then a large, relatively weak
Restart
asperanoded