Server Part of Cargador
Cerebro Support avatar
Written by Cerebro Support
Updated over a week ago

As shown in the table above, Cargador has four server ports. You may configure those ports for SSL independently.

For each port, you may define the following parameters:

<ssl>
    <certFile type="string">
    <certPrivateKey type="string">
    <privateKeyPsswd type="string">
    <mode type="string"> modes of operation.
        enable = [off, preferred (*), always] - switch off, preferred, always
    <verifyCA type="bool">
    <verboseInfo type="bool">
</ssl>

Syntax and meaning are the same as for generic configuration, excluding some irrelevant parameters.

In total, four ports are available:

  • <config>/<tcpServer>/<localGate>/<ssl>;

  • <config>/<tcpServer>/< foreignGate>/<ssl>;

  • <config>/<tcpServer>/<httpGate>/<ssl>;

  • <config>/<tcpServer>/<rpcGate>/<ssl>.

Did this answer your question?