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?