IBM Aspera HST Admin Manual page 31

High-speed transfer server
Table of Contents

Advertisement

<http_port>8080</http_port>
<https_port>8443</https_port>
...
</http_server>
</CONF>
To manually inspect and edit aspera.conf, open it from the following directory:
/opt/aspera/etc/aspera.conf
3. Review additional HTTP fallback settings.
Additional HTTP fallback settings can be set in aspera.conf:
Field
Description
Cert File
The absolute path to an SSL certificate file. If left blank,
the default certificate file that came with HST Server is
used.
Key File
The absolute path to an SSL key file. If left blank, the
default certificate file that came with your HST Server is
used.
Bind Address
The network interface address on which the HTTP fallback
server listens. The default value 0.0.0.0 allows the HTTP
fallback server to accept transfer requests on all network
interfaces for this node. Alternatively, a specific network
interface address may be specified.
Restartable
Set to true to allow interrupted transfers to resume from
Transfers
the point of interruption.
Session Activity
Any value greater than 0 sets the amount of time, in
Timeout
seconds, that the HTTP fallback server will wait without
any transfer activity before canceling the transfer.
This option cannot be set to 0, otherwise interrupted
HTTP fallback sessions will get stuck until server or
asperacentral is restarted.
HTTP Port
The port on which the HTTP server listens. Valid port
numbers range between 1 and 65535.
HTTPS Port
The port on which the HTTPS server listens. Valid port
numbers range between 1 and 65535.
Enable HTTP
Enables the HTTP fallback server that allows failed UDP
transfers to continue over HTTP.
Enable HTTPS
Enables the HTTPS fallback server that allows failed UDP
transfers to continue over HTTPS.
<CONF version="2">
...
<http_server>
<cert_file> </cert_file>
<key_file> </key_file>
<bind_address>0.0.0.0</bind_address>
<restartable_transfers>true</restartable_transfers>
<session_activity_timeout>1</session_activity_timeout>
<enable_http>true</enable_http>
<enable_https>true</enable_https>
<http_port>8080</http_port>
| Set up the HST Server Web UI | 31
<!-- HTTP port -->
<!-- HTTPS port -->
Values
file path
file path
valid IPv4 address 0.0.0.0
true or false
positive integer
positive integer
positive integer
true or false
true or false
Default
blank
blank
true
20
8080
8443
false
false

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents