security-warning

How to avoid security warning in IE when landing an HTTPS page?

我是研究僧i 提交于 2020-01-23 10:10:59
问题 In IE 8, I am getting the below error message when trying to land on a https from a http page in an online store web portal.If i change the settings in my IE,It will not prompt the message.But since its a browser setting,we can ask each customers to do so . Is there anything which we can do for not showing this message in IE. ? 回答1: Make sure you're delivering all content including external CSS, JS and images using https protocol. The warning should go away. I haven't found any convenient

As of Java 7 update 45, one can no longer lookup manifest information without triggering a warning?

旧巷老猫 提交于 2019-12-14 02:32:32
问题 Unfortunately, the workaround given by Oracle and others here (Java applet manifest - Allow all Caller-Allowable-Codebase) for getting around the 7 update 45 problem does NOT work if your app needs to access its loaded signed jar manifests. In my case, our app does this so as to log the relevant manifest info. With my web start app, everything worked fine and dandy with the "Trusted-Library" attribute that needed to be added for 7u21. With 7u45, removing the "Trusted-Library" attribute and

Will a self signed code-signing certificate get rid of “Unknown Publisher” warnings?

拈花ヽ惹草 提交于 2019-12-07 18:35:29
问题 Will a self signed code-signing certificate get rid of "Unknown Publisher" warnings? What will be the effect of using a self signed certificate with regards to warnings? 回答1: You will still get warnings like untrusted signing authority when using self signed certificates. You usually just self sign on your own servers to test SSL. You don't want to self sign SSL on a production server. 回答2: No, a self-signed won't work for that. You'll have to get a code signing cert from a real Ca, see http:

How to avoid Outlook Security Alert when sending Outlook message from VBScript?

一曲冷凌霜 提交于 2019-12-07 05:17:59
问题 I have this situation: Code must be in VBScript (outside of my control) Unable to disable programmatic access restrictions in Outlook preferences (group policy, not admin, and Windows doesn't recognize the valid virus scanner which is installed) Can't use SMTP because it is disallowed. I thought there would be no way to send an email using Outlook in an automated-ish manner (on an unattended box logged in as a user with the screen locked). I tried many different approaches but would always

How to avoid security warning in IE when landing an HTTPS page?

好久不见. 提交于 2019-12-05 20:41:25
In IE 8, I am getting the below error message when trying to land on a https from a http page in an online store web portal.If i change the settings in my IE,It will not prompt the message.But since its a browser setting,we can ask each customers to do so . Is there anything which we can do for not showing this message in IE. ? Make sure you're delivering all content including external CSS, JS and images using https protocol. The warning should go away. I haven't found any convenient tool for IE8 available out of the box to help to gather all paths that you're using. But you could try your

How to avoid Outlook Security Alert when sending Outlook message from VBScript?

耗尽温柔 提交于 2019-12-05 09:43:39
I have this situation: Code must be in VBScript (outside of my control) Unable to disable programmatic access restrictions in Outlook preferences (group policy, not admin, and Windows doesn't recognize the valid virus scanner which is installed) Can't use SMTP because it is disallowed. I thought there would be no way to send an email using Outlook in an automated-ish manner (on an unattended box logged in as a user with the screen locked). I tried many different approaches but would always get the security warning message. How can I fix this? I've already tried everything at this helpful site

How to force user to deal with the Security Warning when starting Access 2007?

落爺英雄遲暮 提交于 2019-12-04 04:18:53
问题 When a user start an Access 2007 database that have macros and vba, a security warning is shown. I want the user to deal with this warning, so if the the content is't enabled, the user should not be able to use the database. Now I use a macro named AutoExec (opens a form that works like a menu), and that macro is run before the user deal with the security warning. But I want to check if the content is enabled and if not I will show a form that inform the user that they should enable the

What does the Java Applet security warning “JAR file manifest does not contain the Permissions attribute”mean?

纵然是瞬间 提交于 2019-12-03 10:52:28
问题 I have a Java Applet which needs access to the local filesystem of the client. I have created a simple certificate for my own (it is NOT certified by Verisign,Commodo, ...). I signed the jar with the following template: del \Users\koalabruder\.keystore "C:\Program Files\Java\jdk1.7.0_45\bin\keytool" -genkey -alias %1 -keypass kp -dname "cn=inin" -storepass ab987c "C:\Program Files\Java\jdk1.7.0_45\bin\jarsigner.exe" -storepass abc -keypass kp %2 %1 "C:\Program Files\Java\jdk1.7.0_45\bin

How to force user to deal with the Security Warning when starting Access 2007?

馋奶兔 提交于 2019-12-01 21:54:32
When a user start an Access 2007 database that have macros and vba, a security warning is shown. I want the user to deal with this warning, so if the the content is't enabled, the user should not be able to use the database. Now I use a macro named AutoExec (opens a form that works like a menu), and that macro is run before the user deal with the security warning. But I want to check if the content is enabled and if not I will show a form that inform the user that they should enable the content. So what I'm actually asking for is how do I do this: If vba and macros is not enabled -> show form