Guardian@JUMPERZ.NET :Plugins :Standard plugins :

SslTarget

Prev Next

This plugin enables you to use HTTPS between Guardian@JUMPERZ.NET and the web server. Normally, a protocol used between Guardian@JUMPERZ.NET and the web server is HTTP. If you have some reason to use HTTPS instead, this plugin is useful.

If you use this plugin, do configuration as follows.

First, define two parameters "ssl.targetHost" and "ssl.targetPort" to the "control" file. The values should be the SSL socket of the web server ( usually the port number is 443 ).

Here is an example.

ssl.targetHost=192.168.0.2
ssl.targetPort=443



Next, to call this plugin, create a rule that will trigger on all HTTP sessions like this.

<rule>
id=xxx
revision=1
name=LoadSslTarget
type=requestLine
pattern=^
condition=match
case_sensitive=no
log=no
action=none
command=none
plugin=net.jumperz.app.MGuardian.plugin.MSslTarget
</rule>


Standard plugins