Bug Tracker

Modify

Ticket #5254 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

Using Jquery with HTTPS ,IE 8 Gives Security Warning Dialog box

Reported by: gopal Owned by:
Priority: undecided Milestone: 1.2.1
Component: core Version: 1.2.1
Keywords: IE 8 Security Warning With Jquery when using SSL Cc: gopalsarele@…
Blocking: Blocked by:

Description

Hello,

I am using remove and clone function.

I am using the sample code of this function as on this website

My Application gives Security warning Dialog box when using Jquery.

Can you help me to fix this issue?

Thanks and Regards

Change History

comment:1 Changed 4 years ago by justbeez

Most likely you are linking to the jQuery files using the non-secure " http://" protocol.

Update your links to be site relative (e.g. /path/to/jQuery/on/your/server/jquery-latest.js), or change the protocol/scheme to " https://".

comment:2 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

If you're still having the problem, reopen this ticket with the exact wording of the warning and attach a simple test case that can reproduce the problem.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.