Attaching a simple demo with SSL turned on to show how an interceptor can be added to this. The goal here is demonstrate that an interceptor can be added to a simple SSL client server. The server can also be started with the -ORBname eci.server.broken where it will expect the client to send a cert. The cert is not configured for the client so it will fail at the handshaking point. Note that the interceptor will never be called since the handshake failure means that the connection is not established.
↧