| Set up the HST Server Web UI |
31
<http_port>8080</http_port> <!-- HTTP port -->
<https_port>8443</https_port> <!-- 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
Values
Default
Cert File
The absolute path to an SSL certificate file. If left blank,
the default certificate file that came with HST Server is
used.
file path
blank
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.
file path
blank
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.
valid IPv4 address 0.0.0.0
Restartable
Transfers
Set to
true
to allow interrupted transfers to resume from
the point of interruption.
true
or
false true
Session Activity
Timeout
Any value greater than 0 sets the amount of time, in
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.
positive integer
20
HTTP Port
The port on which the HTTP server listens. Valid port
numbers range between 1 and 65535.
positive integer
8080
HTTPS Port
The port on which the HTTPS server listens. Valid port
numbers range between 1 and 65535.
positive integer
8443
Enable HTTP
Enables the HTTP fallback server that allows failed UDP
transfers to continue over HTTP.
true
or
false false
Enable HTTPS
Enables the HTTPS fallback server that allows failed UDP
transfers to continue over HTTPS.
true
or
false false
<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>