Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why do I get a configuration error when establishing an SSL connection to WebLogic Server?

0
Posted

Why do I get a configuration error when establishing an SSL connection to WebLogic Server?

0

For example: Failed to connect to t3s://localhost:8802. A problem with the configuration of the SSL protocol will also raise the following exception: A. By default, WebLogic Server contains a Hostname Verifier that compares the subject DNs of digital certificates and host names. When establishing an SSL connection, the subject DN of the digital certificate must match the host name of the server initiating the SSL connection. If you use the demonstration certificates the host names will not match. To avoid this situation, use the following command-line argument when starting WebLogic Server: -Dweblogic.security.SSL.ignoreHostnameVerification=true This argument disables the Hostname Verifier. This solution is recommended in development environments only. A more secure solution is to obtain a new digital certificate for your WebLogic client. In this

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123