secure-proxy
Syntax
secure-proxy {
profile name {
drop-on-dns-error;
dynamic-web-application;
dynamic-web-application-group;
proxy-address name {
ip ip-address;
port port-number;
}
}
}
Hierarchy Level
[edit services web-proxy]
Description
Configure secure Web proxy profile.
When you configure secure Web proxy on SRX Series Firewall, it intercepts the session and allows sessions that are interested in specific application and are destined to a configured external web-proxy. The device connects sessions directly to the Web server bypassing the external proxy server. Connections that do not match the applications are routed to the external proxy server.
Starting in Junos OS Release 25.2R1, we've renamed the secure web proxy as transparent web proxy. If you are using Junos OS version 25.2 and later releases, you must configure Transparent Web proxy for same benefits as secure web proxy. See transparent-proxy.
All existing secure web proxy related CLI statements and commands are deprecated.
That is—Starting in Junos OS Release 25.2R1 secure web proxy functionality is
deprecated— rather than immediately removed—to provide backward compatibility
and an opportunity to bring your configuration into compliance with the new
configuration. As a part of this change, the [edit services web-proxy
secure-proxy] hierarchy and all the configuration options under
this hierarchy are deprecated. That is, the hierarchy for transparent proxy
configuration statements has changed from set services web-proxy
secure-proxy to set services web-proxy
transparent-proxy.
Options
| profile name | Name of the secure Web proxy profile. |
| drop-on-dns-error | Drop the Web proxy session on DNS error. |
| dynamic-web-application | Dynamic web application. |
| dynamic-web-application-group | Dynamic web application group. |
| proxy-address name | Name of the external proxy server. |
| ip ip-address | IP address of the external proxy server. |
| port port-number | Port number of the external proxy server. |
Required Privilege Level
flow-tap
Release Information
Statement introduced in Junos OS Release 19.2R1.