Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

WebLogic SSL

Received Response
1
Views
1
Comments
DentsplySirona
DentsplySirona Rank 4 - Community Specialist

I would like to better understand WebLogic SSL configuration.   I would like to use a certificate that has a different name than my server.   Something like my server name is server.xyz.net and my certificate is *.xyz.com.    I saw there was an option to disable host name verification,  is this the correct direction?

My ultimate goal is to configure web client in our DMZ and have client communication over 443 and than the web client use https to communicate with the weblogic server.  Does this seem feasible?

Answers

  • handat
    handat Rank 5 - Community Champion

    The name of the actual server on which weblogic runs on does not matter. What matters is the hostname that your client will see. The certificate will need to match that, otherwise, your client, ie browser will reject the certificate.