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
1. In Windows Internet Explorer, click Continue to this website (not recommended).
2. A red Address Bar and a certificate warning appear.
3. Click the Certificate Error button to open the information window.
4. Click View Certificates, and then click Install Certificate.
5. On the warning message that appears, click Yes to install the certificate.
Method-2 Add website to Security zone
Check this : Add sites to security zone
Method-3 Disable certificate check.
1. To clear the certificate error, go to Tools --> Internet Options from the menu.
2. Click on the Advanced tab and scroll down to the security section. Clear the boxes for: "Check for publisher's certificate revocation" and "Check for server certificate revocation".
3. Click Apply and Ok.
4. Attempt to reload the page by clicking the Refresh button at the end of the address bar or by pressing the F5 key. Your page should now load as expected.
Personally i don't recommend Method-3. If you are facing the issue in development environment, i suggest you ignore it :)
Related
I'm trying to solve the 2-factor authentication Problem and do not have solution.
I tried a lot of code from different forum but it do not works.
may be some persons could help with clear and functional java code.
For my project I am attempting to create a Selenium WebDriver test suite for. This site is intended to be protected by 2-factor authentication. The 2-factors would be use to deliver a certificate which would authenticate with the server.
At the moment, we have have it so that we access the server with a url beginning with "https://". When we go the url (in firefox) we see a pop-up labeled "User Identification Request" with a dropdown with the label "Choose a certificate to present as identification:".
Earlier, I added the certificate (labeled "client1.p12") by going to Options->Privacy & Security->Certificates->View Certificates, selecting the "Your Certificates" tab, clicking "Import", browsing to the "client1.p12" file and entering the password. By doing this, I can now see the appropriate certificate in the "Choose a certificate to present . . . " dropdown.
The question I have is how do I set-up Selenium WebDriver to select the certificate. The pop-up described above is a Windows component (not html), so I cannot simply click and select the certificate. I am also trying to use the headless option for geckodriver.
Thank you a lot for your support and help.
(the description of problem , is from a member of Stackoverflow ...I tried his solution but it do not work)
Problem - Java security information popup appears when applet based application loads in the browser.
When I check "Always trust content from the publisher" and click run, the application runs and certificate is added to java user trusted certificates list.
When I run the application the next time, the Security Information popup does not appear.
My questions are -
How can I avoid the security information popup for other users logging into the same computer?
It is a shared desktop used by multiple users and every time a new user logs in and uses the applet based application, the security information popup appears.
How can the certificate be added to a centralized location (perhaps system trustsore?) and not to user profiles so that whenever a new user logs into the computer and uses the application, the security warning does not appear?
What I've tried until now:
Added the client certificate to java keystore on the computer. After
this I logged into the application again, the popup still appeared.
Added client certificate to jre\lib\security\cacerts - it didn't help either.
First of all i am sorry if this question is not valid, i am dealing with a situation where i have created the SSL certificate locally and its signed by local CA.
My frontend application is in angular and my backend application is in Spring boot when i try to connect to login from the UI then i need to add this certificate manually for that i had given a link button by clicking of that i will load the backend api in the browser
After this a popup will be open and the backend api will be loaded ,
then manually i need to click on the "Advance" and then proceed to unsafe . After all these steps certificate are getting added in the browser.
Can anyone suggest how to add this automatically without all these manual work.
You can use below configurations to enable self signed certificate on differernt browser. Although remember, this is not for PRODUCTION
Firefox : Go to URL https://localhost:<port_no> and add security exception to allow connections. If connection error still comes, Go to URL about:config and set value for security.mixed_content.block_active_content to false and security.mixed_content.block_display_content to true.
Chrome : Go to URL chrome://flags/#allow-insecure-localhost and click on Enable and restart Chrome to allow connections.
IE 10 and above : Go to URL https://localhost:<port_no> and add the certificate to Trusted Root Certification Authoritiesif certificate error comes.
You'll need to get a new Valid SSL Certificate. This might help
I have a GWT module/application deployed in Appache Tomcat and I have secured the connection to the application using SSL (so that one connects to it via https:// instead of http:// as it has been the case so far).So I created CSR (Certificate Signing Request), gave it to the IT guys of my Company who signed it using the company's Root Certifcate and issued me a Certificate chain which I imported to Tomcat keystore. Everything works fine with firefox and Chrome (The connection is secured). But I have a problem with IE11. Although the connection is also secured in IE11, there is a Login Panel/Form on the first page which is not displayed. Before we decided to secure the connection to the application, the login form was there and everything was working fine.
When I go to Developer Tools -> DOM Explorer of IE, I see that there is indeed a login form (username/password field and submit button) as you can see on the picture below :
I am just wondering was is the problem hier and I would appreciate any help because i am stuck.
Thanks in Advance!
After an investigatation , I found out that the problem with the login form not displaying in IE had to do with the settings for compatibility mode for Internet Explorer in the Development Tools. So I changed the Document Mode from 7(Standard) to 11 as follows :
-> Press F12
-> From the Document Mode List Box ,select 11
Note : 7(standard) was selected instead as default.
-> Refresh the browser and problem Solved.
When I trying to run Java Applet it prompts Security Block which stops running applet in Firefox. Then I tried it on Chrome, same result.
How can I disable security in java?
Go and click on start button.
Type "Configure Java" and Enter.
Click on Security tab in Java Configure Panel window.
Set security level to Medium.
Click Apply, Ok.
Now you can run Java Applet in your browser.
If this is not working try to reinstall latest Java update in your computer.
Link for download java http://java.com/en/download/index.jsp
Hope this will help you. :)
You need to sign your applet so it could be trusted by the browsers either by issuing a certificate from one of the CAs supported by the browsers or sign it with a certificate which is trusted by your internal CA