Show TOC Anfang des Inhaltsbereichs

Vorgehensweisen Testing the SSL Connection  Dokument im Navigationsbaum lokalisieren

Prerequisites

·        The SSL Provider and Key Storage services are running on the J2EE dispatcher and the server process.

·        The AS Java is configured to support SSL on a designated port and you know the port.

·        You trust the CA that has issued the AS Java its public-key certificate.

Hinweis

You can find the list of CAs that you trust in your Web browser’s trusted root certificate store.

Procedure

Using your Web browser, access your AS Java. Use the protocol HTTPS and the corresponding port in the URL.

Beispiel

https://shop.acme.com:50001

Result

If SSL is configured correctly, then the AS Java’s start page appears in your Web browser. Many Web browsers also display a lock in their footer. Select the lock with a double-click to view the server’s certificate.

Hinweis

You may receive a warning in the following cases:

·         The SSL server certificate has expired or is invalid.

·         You do not trust the CA that issued the server its certificate. (The CA’s root certificate is not contained in your Web browser’s list of trusted CAs.)

·         The host name contained in the server’s Distinguished Name does not match the host name you used in the URL.

If you do receive a warning, confirm it and continue. Nevertheless, SSL still works properly. However, we recommend correcting the problem that caused the warning. For example, if the CA’s root certificate is not considered trusted, but you do trust this CA, then import the CA’s root certificate into your Web browser.

 

 

Ende des Inhaltsbereichs