All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ildfly-client-all.27.0.0.Alpha5.source-code.asym-ssl.xml Maven / Gradle / Ivy

Go to download

This artifact provides a single jar that contains all classes required to use remote EJB and JMS, including all dependencies. It is intended for use by those not using maven, maven users should just import the EJB and JMS BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up with different versions on classes on the class path).

There is a newer version: 34.0.0.Final
Show newest version
<?xml version='1.0' encoding='UTF-8'?>
<!-- Demo config showing how to configure ASYM_ENCRYPT with a keystore and certificates -->
<config >
    <TCP bind_addr="localhost" bind_port="7600"/>
    <TCPPING initial_hosts="localhost[7600]" port_range="10"/>
    <MERGE3/> 
    <FD_SOCK start_port="57600"/>
    <FD_ALL/>
    <!--INJECT_VIEW/-->
    <VERIFY_SUSPECT/>
    <SSL_KEY_EXCHANGE
        keystore_name="my-keystore.jks"
        keystore_password="password"
        port_range="10"
    />
    <ASYM_ENCRYPT
            change_key_on_leave="false"
            change_key_on_coord_leave="true"
            use_external_key_exchange="true"
            sym_keylength="128"
            sym_algorithm="AES/CBC/PKCS5Padding"
            sym_iv_length="16"
            asym_keylength="512"
            asym_algorithm="RSA"/>
    <pbcast.NAKACK2 use_mcast_xmit="false"/>
    <UNICAST3/>
    <pbcast.STABLE/>
    <pbcast.GMS join_timeout="2000"/>
    <UFC/>
    <MFC/>
    <FRAG2/>
</config>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy