[jacorb-developer] Port range for SSL sockets

Sandeep Gattani gattanisandeep at gmail.com
Mon Apr 22 14:02:57 CEST 2019


Hi,

I am configuring jacorb to use with SSL. The server/client ports picked are
random. Is there a way to specify a range of ports much like
PortRangeSocketFactory/PortRangeServerSocketFactory in case of non-SSL
configuration?

I am trying to avoid *OASSLPort* property, as the port becomes fixed
(instead of range) and applicable for only server/listening ports. Client
ports will still be random.

I have a set of processes, some acting as both server and client- with
*jacorb.properties* shared.

Current *jacorb.properties* configuration:

jacorb.ssl.socket_factory=org.jacorb.security.ssl.sun_jsse.SSLSocketFactory
jacorb.ssl.server_socket_factory=org.jacorb.security.ssl.sun_jsse.SSLServerSocketFactory

I am using Jacorb 3.9, RHEL 7.3 and Java 1.8.0_171.

Thanks and regards,
Sandeep Gattani.


More information about the jacorb-developer mailing list