Questions tagged [security-warning]

39 questions
2
votes
1 answer

Using a Loadbalancer ssl terminated, how to generate links and other urls with https

I am having a problem with an old school asp.net site that has been moved behind a SSL terminated loadbalancer. All traffic to IIS is coming from the load balancer as port 80 http traffic. IIS is rendering all the script/image/link urls into…
weidson
  • 71
  • 5
1
vote
0 answers

Avoid Windows security warning

I wrote some very simple bat scripts that just call a ffmpeg command with some parameters. When I run them from a command line prompt, it just runs without asking anything. But when I try to call them from another program (maxscript in 3ds max,…
Johanna
  • 1,343
  • 4
  • 25
  • 44
1
vote
0 answers

VBA Excel 2007 Security warning when Closing with Task manager

In Excel 2007 I Create file and macro (vba), I protected workbook using password and to avoid Security warning when closing file through icon red (X) and reopen file and after save my data and indeed, the problem is solved Steps to avoid Security…
1
vote
2 answers

Is it possible to suppress MS Access "Security Warning" prompt without signing the project?

Background: One of my coworkers has a project that is written in VBA to use MS Access 2003 Run-time as a front-end for a MSSQL database. It's an internal project used by multiple users operating in terminal sessions on a Server 2008 R2…
Farray
  • 8,290
  • 3
  • 33
  • 37
1
vote
3 answers

Problems with automatic downloads and IE security warning

I have the following situation (simplified): I have a script file.php?file=foo.pdf that is delivering files outside the document root (it has no html, it's just the download push script). Some files are protected by the script - in that case the…
acme
  • 14,654
  • 7
  • 75
  • 109
1
vote
0 answers

How to cancel warning "Allow access to the following application from this website”- Java

How can I cancel this security warning? Information about this warning: https://www.java.com/en/download/help/javascript_applet.xml
1
vote
1 answer

Using switch_to() in Python for a Security Warning Dialogue Box

Im getting a 'security warning' popup box in Firefox. Im using Python and Selenium driver.switch_to().alert().accept() TypeError: 'SwitchTo' object is not callable Any suggestions?
DJ Howarth
  • 562
  • 2
  • 12
  • 30
1
vote
1 answer

Java applet issue with manifest attributes from Java7&8

My application will show documents using java applet viewer and it is working perfectly with Java6. From Java7 and above version, i am not able to view the docs as applet is failing to load the doc. The attributes, which i am using is mentioned…
Naresh
  • 147
  • 4
  • 14
1
vote
1 answer

IE Security Warning with widgets

I'm creating an ASP.NET application which uses Facebook Connect and fbml tags. It also uses the LinkedIn widget. When I run this app in any browser, there are no warnings and everything works. However, in IE, a message like this comes up: Security…
XSL
  • 2,965
  • 7
  • 38
  • 61
1
vote
1 answer

How to use fopen_s when I need to ask for a filepath?

I used to make fopen safer with this code fin = fopen(ifp, "r"); fout = fopen(ofp, "w"); if ((fin == NULL)||(fout == NULL)) printf ("Error opening files"); else {} //action Now I moved to Microsoft Visual Studio 2013. It asks me to use fopen_s…
mekkanizer
  • 722
  • 2
  • 9
  • 28
1
vote
2 answers

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

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…
Jon
  • 952
  • 1
  • 11
  • 17
1
vote
0 answers

This webpage contains content that will not be delivered using a secure HTTPS connection, although the server only provides a HTTPS connection

Calling a resource from a REST service causes the webbrowser to display the message: The server on which the REST service is deployed (localhost) only provides a secured HTTPS connection. So I realy have no idea what the root cause of that waring…
My-Name-Is
  • 4,814
  • 10
  • 44
  • 84
0
votes
0 answers

How to disable security warning when right clicking on files beggining with a special character

I use a webdav windows network folder. When I select files in that folder and right click on them, I get the following security warning (basically it warns me that there might be risks when opening these files): However, this only happens when…
Simon Ferndriger
  • 4,455
  • 6
  • 28
  • 53
0
votes
0 answers

Security warning regarding WinForms component in VS 2019 (dll may have been downloaded from a network location)

Our customers have a legal copy of a WinForms component compiled for .NET Framework 4+. Recently they surprised us - they can no longer add it to the Toolbox in Visual Studio 2019 and use it in VB.NET WinForms projects. The installation package of…
TecMan
  • 2,743
  • 2
  • 30
  • 64
0
votes
2 answers

What are the differences between the microsoft excel security notice popup and the message bar in excel 2013?

I am encountering an issue developping a VBA functionality in an excel Workbook. This workbook is geared toward being used by end-users without administration rights, who need to activate the macros on this specific workbook before being able to use…
Pierre Massé
  • 693
  • 1
  • 5
  • 23