en.help.ref-httpserviceprops.html Maven / Gradle / Ivy
Show all versions of console-web-plugin Show documentation
Properties Specific to the HTTP Service
The following additional properties are available for the HTTP service. If you specify these properties, they apply to all Network Listeners.
ssl-cache-entriese
-
The number of SSL sessions to be cached. The default value is 10,000.
ssl3-session-timeout
-
The interval at which SSL3 sessions are cached. The default value is 86,400.
ssl-session-timeout
-
The interval at which SSL2 sessions are cached. The default value is 100.
proxyHandler
-
The fully qualified class name of a custom implementation of the com.sun.appserv.ProxyHandler
abstract class, which allows a back-end GlassFish Server instance to retrieve information about the original client request that was intercepted by an SSL-terminating proxy server (for example, a load balancer). An implementation of this abstract class inspects a given request for the custom request headers through which the proxy server communicates the information about the original client request to the Enterprise Server instance, and returns that information to its caller.
The default implementation reads the client IP address from an HTTP request header named Proxy-ip
, the SSL keysize
from an HTTP request header named Proxy-keysize
, and the SSL client certificate chain from an HTTP request header named Proxy-auth-cert
. The Proxy-auth-cert
value must contain the BASE-64 encoded client certificate chain without the BEGIN CERTIFICATE
and END CERTIFICATE
boundaries and with \n
replaced with % d% a
.
This setting is used only if the Auth Pass Through checkbox for the network listener protocol's HTTP page is set to true.
connectionTimeout
-
Specifies the number of seconds that network listeners wait, after accepting a connection, for the request URI line to be presented. The default value is 30.
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices