You can use SSL connections to the remote server when you use the DREEXPORTREMOTE index action.
You must configure an SSLOptions configuration section in the IDOL Server configuration file. For example:
[SSLOptions1] SSLMethod=SSLV23 SSLCertificate=host1.crt SSLPrivateKey=host1.key SSLCACertificate=trusted.crt
When you send the DREEXPORTREMOTE index action, set the SSLConfig action parameter to the name of the configuration section where you configure the SSL options. For example:
http://localhost:20001/DREEXPORTREMOTE?&TargetEngineHost=banff&TargetEnginePort=20200&Delete=True&Blocking=True&BatchSize=10000&SSLConfig=SSLOptions1
In this example, IDOL Server uses the SSL configuration options from the [SSLOptions1] configuration section to contact the remote server.
|
|