https

URL that server instance uses for secure connections

Syntax

--https host:port

Description

https specifies the interface port and optional address or host name.

Parameters

host

Host name, or IP address, of the machine running the server instance. If not specified, the server binds to any available interface.

port

Port number the server instance uses to accept connections. 0 specifies bind to any available port.

Examples

Restrict access to the HTTP interface to local clients only, port 9920.

--https localhost:9920

Bind to any free port. The bound address is written to $INSTANCE/endpoint/https.

--https 0

Bind to a specific IP address and port.

--https 234.27.101.3:9920

Bind to a specific host name on any free port

--https my.hostname.com:0
Was this topic helpful?