<?xml version='1.0' encoding='UTF-8'?>

<config>
    <TCP bind_addr="localhost" bind_port="7600"/>
    <TCPPING
        initial_hosts="localhost[7600],localhost[7600]"
        port_range="0"/>
    <MERGE3/> 
    <FD_SOCK start_port="57600"/>
    <FD_ALL/>
    <VERIFY_SUSPECT/>
<!--
    <ASYM_ENCRYPT
        encrypt_entire_message="false"
        sym_keylength="128"
        sym_algorithm="AES/ECB/PKCS5Padding"
        asym_keylength="512"
        asym_algorithm="RSA"/>
-->

    <SSL_KEY_EXCHANGE
        keystore_name="/home/bela/FR59235.jks"
        keystore_password="FR59235"
        session_verifier_class="org.jgroups.protocols.CertficateCNMatcher"
        session_verifier_arg="CN=FR59235"/>
    <ASYM_ENCRYPT
        use_external_key_exchange="true"
        change_key_on_leave="true"
        encrypt_entire_message="true"
        sym_keylength="128"
        sym_algorithm="AES/ECB/PKCS5Padding" 
        asym_keylength="512" 
        asym_algorithm="RSA"/>

    <pbcast.NAKACK2 use_mcast_xmit="false"/>
    <UNICAST3/>
    <pbcast.STABLE/>
    <pbcast.GMS/>
    <MFC/>
    <FRAG2/>
</config>

