Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
WebLogic SSL

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
-
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.
0