Java applet clients can use the Web browser’s Java SSL implementation to create SSL connections to an EAServer. SSL connections from a Java applet require that:
You connect to a server listener that supports the desired level of security. You do this by specifying the address as an IOR string as described in “Creating a Manager instance” in Chapter 10, “Developing CORBA Java Clients,” of the EAServer Corba Clients Guide.
Your Web browser recognizes and accepts the server listener’s SSL certificate.
If using mutual authentication, you have a personal certificate installed in the Web browser’s certificate database, signed by a certificate authority that is recognized and trusted by the EAServer.
For more information about security, including managing
client side certificates, see Chapter 11, “Managing Keys and Certificates.”