Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show services ssl proxy profile

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services ssl proxy profile   [all | profile-name]
<pic-info fpc-slot slot number pic-slot slot-number>

Description

Display information about the SSL proxy profile details.

Note:

When the CLI is in logical system context mode and you enter an operational-mode command, the output of the command displays information related to the logical system only.

Options

all

Display all SSL proxy profiles configured on the device.

profile-name

Display information about SSL proxy profile.

pic-info fpc-slot slot number pic-slot slot-number

Display the information for the FPC in the specified slot.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services ssl proxy profile command. Output fields are listed in the approximate order in which they appear.

Table 1: show services ssl proxy profile Output Fields

Field Name

Field Description

Profile

SSL proxy profile name.

enable-tracing

Enable flow tracing option is set or not set for the profile.

root-ca expired

Enable or disable ignoring server authentication when root CA is expired.

allow non-ssl session

Allow or not allow (bypass) non-SSL sessions.

ssl-termination-id

SSL termination profile ID.

ssl-initiation-id

SSL initiation profile ID.

TLS version supported

Details of the TLS version supported for this proxy profile.

Number of whitelist entries

The number of allowlisted domains (both IP- based and DNS-based) that are configured for this particular SSL proxy profile.

Sample Output

show services ssl proxy profile

content_copy zoom_out_map
user@host > show services ssl proxy profile profile-name ssl-proxy

Lsys Name : root-logical-system
PIC:fpc0 fpc[0] pic[0] ------

Profile               : ssl-proxy
enable-tracing        : false
root-ca expired       : false
allow non-ssl session : true
ssl-termination id    :      65536
ssl-initiation id     :      65536
Number of Whitelist entries:          0
TLS version supported : ALL        

Sample Output

show services ssl proxy all

content_copy zoom_out_map
user@host > show services ssl proxy all

Lsys Name : root-logical-system
PIC:fwdd0 fpc[0] pic[0] ------
ID          Name
10	     p1
11	     p2


Release Information

Command introduced in Junos OS Release 19.3R1.

footer-navigation