Read-only property showing the status of the HTTP service
Protocols
protocols
Select which access methods to support:
HTTP,
HTTPS,
or both.
HTTP port (for incoming connections)
listen_port
HTTP port. The default is 80.
HTTPS port (for incoming secure connections)
https_port
Secure HTTP port. The default is 443.
Table 58 HTTP Security Properties
BUI Label
CLI Property
Description
SSL/TLS versions
tls_version
SSL/TLS protocol
versions
for HTTP connections. The
default
TLS versions are TLSv1.1, TLSv1.2 and their
associated ciphers. TLSv1.0 is not enabled by default due to
security concerns, but it can be enabled for backward compatibility.
In the BUI, the list of available ciphers changes based on the
selected versions. Some selected SSL/TLS protocol versions
or
ciphers are removed after a software upgrade if they are no longer
supported. To avoid service unavailability, keep the default
settings unless otherwise needed or as instructed by Oracle
Support.
List of ciphers
ciphers
List
of ciphers for HTTP connections. In the BUI, the list of available
ciphers changes based on the selected versions. Some selected
SSL/TLS ciphers are removed after a software upgrade if they are no
longer supported. To avoid service unavailability, keep the default
settings unless otherwise needed or as instructed by Oracle
Support.
Table 59 Object
Store Properties
BUI
Label
CLI Property
Description
Enable Object Store
objectstore_enabled
When selected, enables the HTTP Object Store feature.
Default Path
objectstore_default_path
Sets the location used when a user does not set one.
Use OpenStack Identity Service
os_ids_on
When selected, enables properties required for communication with
a keystone server: Authentication URl, Role, Tenant, User,
Password.
Authentication URI
os_ids_auth_server
Identity Service URI, for example:
http://keystone:5000/V2.0.
Role
os_ids_role
OpenStack Identity Service type.
Tenant
os_ids_tenant
OpenStack Identity Service tenant name.
User
os_ids_user
OpenStack Identity Service user's name.
Password
os_ids_password
OpenStack Identity Service user's password.
Table 60 HTTP WebDAV Properties
BUI Label
CLI Property
Description
Enable WebDAV
webdav_enabled
When selected, enables the HTTP WebDAV feature.
Require client login
require_login
Clients must authenticate before share access is allowed, and
files they create will have their ownership. If this property is not
set, files created will be owned by the HTTP service with user
nobody. See HTTP
Authentication and Access Control.