corb-demo.ssl.3.9.source-code.jsse_server_props Maven / Gradle / Ivy
The newest version!
jacorb.security.support_ssl=on
# This interceptor is only here so that the demo server can print out the client certificate
# It is not required for SSL to work
org.omg.PortableInterceptor.ORBInitializerClass.ForwardInit=org.jacorb.security.ssl.sun_jsse.SecurityServiceInitializer
# IIOP/SSL parameters (numbers are hex values, without the leading "0x"):
# EstablishTrustInClient = 40
# EstablishTrustInTarget = 20
# mutual authentication = 60
jacorb.security.ssl.server.supported_options=60
jacorb.security.ssl.server.required_options=60
jacorb.ssl.socket_factory=org.jacorb.security.ssl.sun_jsse.SSLSocketFactory
jacorb.ssl.server_socket_factory=org.jacorb.security.ssl.sun_jsse.SSLServerSocketFactory
jacorb.security.keystore=jsse_server_ks
jacorb.security.keystore_password=jsse_server_ks_pass
# Read trusted certificates from the keystore
jacorb.security.jsse.trustees_from_ks=on
#jacorb.security.jsse.log.verbosity=4
© 2015 - 2024 Weber Informatics LLC | Privacy Policy