Deployed the project in weblogic server 10.3 in local. The application works fine in Firefox but in IE says error
There is a problem with this website's security certificate
after click the login.
Used J_Security_Check for login.
even clicked continue this web site also not help
I am using the default certificates that come with weblogic installation. I have not generated any private keys or certificates.
I am new to the web logic server. Please let me know we need to do any configurations in Web logic server to work in IE
or how to solve the issue.
Method-1 Install the certificate
Method-2 Add website to Security zone
Check this : Add sites to security zone
Method-3 Disable certificate check.
Personally i don't recommend Method-3. If you are facing the issue in development environment, i suggest you ignore it :)