To enable the SSL protocol, add the name of the SSL protocol handler to the GATEWAY section of the configuration file.
protocol@ssl.handler=com.ibm.ctg.server.SslHandler
Followed
by: protocol@ssl.parameters=clientauth=<on>;connecttimeout=<number>;\
dropworking;idletimeout=<number>;keyring=<file>;\
keyringpw=<password>;keyringpwscrambled=<on|off>;\
pingfrequency=<number>;port=<number>;requiresecurity;solinger=<number>;\
ciphersuites=<name>;
Note that you do not need to
specify the parameters that are not required for your configuration.Entry in the configuration file | Description |
---|---|
bind | Bind address |
ciphersuites | Use only these ciphers |
clientauth | Use client authentication |
connecttimeout | Connection timeout |
dropworking | Drop working connections |
idletimeout | Idle timeout |
pingfrequency | Ping frequency interval |
port | Port |
requiresecurity | Require Java Clients to use security classes |
solinger | SO_LINGER setting |