I'm writing a client-server application using C++ w. omniORB on the server and JacORB on the client side. Everything works fine as long as I don't use SSL, but I can't get the latter to work.
I'm developping a client-server application and I will need to initiate connections only from the client side. I've tried setting up bidirectional operations, but failed to do so until I switched to JacORB.