SSL configuration
Hi, I am using wildcard certificate that only recognise ".com.my" while the server hostname is ".com". As a result, I have changed the server DNS to ".com.my". This method works, however the hostname URL (.com) is still accessible, it defeats the purpose of setting up the SSL if the URL with invalid SSL is still accessible.
Question : Can I configure at weblogic to only read ".com.my" and ignore ".com". I would like to apply this setup to all weblogic and JDE application services.