Connecting Through A Proxy - Avaya VPN Gateway User Manual

Vpn gateway
Table of Contents

Advertisement

Using the Port Forwarder API
}
}
}
public void log(final int logLevel, final String msg,
final Throwable throwable) {
if (logLevel != PortForwarderConstants.LOG_LEVEL_DEBUG_VERBOSE) {
String messageString = createMessage(msg);
if (portForwarderGui == null) {
System.err.println("WARNING: Could not write to info area!");
System.err.println(messageString);
if (throwable != null) {
System.out.println(throwable.getMessage());
throwable.printStackTrace();
}
} else {
portForwarderGui.appendInfo(messageString +
System.getProperty("line.separator"));
if (throwable != null) {
portForwarderGui.appendInfo(throwable.getMessage() +
System.getProperty("line.separator"));
throwable.printStackTrace();
}
}
}
}
}

Connecting Through a Proxy

If the port forwarder is connecting through a proxy a number of properties need to be set for
the port forwarder to know where and how to connect to the proxy.
The parameters are:
com.avaya.avg.portforwarder.http.proxyHost
com.avaya.avg.portforwarder.http.proxyPort
com.avaya.avg.portforwarder.http.proxyUserName
com.avaya.avg.portforwarder.http.proxyPassword
If the username and/or password is not set, the Port Forwarder API will call the
PortForwarderAuthenticator.getProxyCredentials() function to obtain them.
262
User Guide
Comments? infodev@avaya.com
The proxy host for HTTP & HTTPS
accesses.
The proxy port for HTTP & HTTPS
accesses.
The proxy username for HTTP &
HTTPS accesses.
The proxy password for HTTP &
HTTPS accesses.
April 2013

Advertisement

Table of Contents
loading

This manual is also suitable for:

3050-vmAvg 3050-vm3070-vmAvg 3070-vm3090-vmAvg 3090-vm

Table of Contents