[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <services>
            <service-deployment>
                <servers>
                    <security-options>
                        <tls/>
                        <ssl3/>
                    </security-options>
                </servers>
            </service-deployment>
        </services>
    </system>
</configuration>

Description

Specify mechanism to secure the connection.

Contents

<ssl3>—Use SSLv3 for transport layer security.

<tls>—Use TLS for transport layer security.


[Contents] [Prev] [Next] [Index] [Report an Error]