Chapter 6 Using SSL in C++ Clients
Creating the manager instance for an SSL session is exactly
like creating a manager instance for a non-SSL session, except that
instead of specifying an IIOP port for the manager session in the string_to_object method,
you specify the secure IIOP (specify iiops
)
port (the IIOPS default port number for mutual client-server authentication
is 9002
). You must specify
a port that supports the at least the level of security specified
by the QOP setting.
Copyright © 2002 Sybase, Inc. All rights reserved. |