Administration Console Online Help

 Previous Next Contents Index  

 


Server --> Connections --> SSL Ports

Tasks     Additional Documentation     Attributes

Overview

Use this page to configure an SSL listen port for this server and optionally, to override the SSL administration port that this server uses.

The SSL administration port is enabled or disabled at the domain level. Enabling the administration port allows you to start WebLogic Server instances in the STANDBY state, and also helps to separate administration traffic from application traffic in the domain. If the domain-wide administration port is enabled, this page displays the default SSL administration port number in the Domain Wide Administration Port field. You can override this default listen port for the current server instance by entering a new, unused port number in the Local Administration Port Override box.

Prerequisites

Before you can configure an SSL listen port, you must configure the SSL protocol.

Before you can override the default SSL administration port, you must configure the SSL protocol and configure the domain to communicate administration information over an SSL administration port.

Tasks

Configuring the SSL Protocol

Enabling the Domain-Wide Administration Port

Additional Documentation

(Requires an Internet connection.)

Configuring the SSL Protocol in the Managing WebLogic Security guide

Configuring a Domain-Wide Administration Port

Attributes

Attribute Label

Description

Value Constraints

Enable SSL Listen Port (Please configure SSL)

Enables the use the SSL port in the SSLMBean If this is disabled then the plain-text (non-SSL) listen for this server must be enabled. Additional ports can be configured using

MBean: weblogic.management.
configuration.SSLMBean

Attribute: Enabled

Default: false

Readable: yes

Writable: yes

SSL Listen Port

The TCP/IP port at which the WebLogic Server listens for SSL connection requests.

MBean: weblogic.management.
configuration.SSLMBean

Attribute: ListenPort

Minimum: 1

Maximum: 65535

Default: 7002

Configurable: yes

Readable: yes

Writable: yes

Local Administration Port Override (0: no override)

The secure administration port for the server. The setter is used to override the same field in the DomainMBean for this server. If its value is not zero then the same field in the DomainMBean will be used for the server. This port requires SSL to be configured and enabled.

An active administration port only allows connections with administrator credentials. Its existence also prevents any other ports on the server from accepting connections with administrator credentials.

Supports T3S and HTTPS protocols. The managed server will require to use -Dweblogic.management.server=https://admin_server:administration_port to connect to the admin server

MBean: weblogic.management.
configuration.ServerMBean

Attribute: AdministrationPort

Minimum: 0

Maximum: 65534

Default: 0

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next