Side navigation
#5254 closed bug (invalid)
Opened September 16, 2009 09:34AM UTC
Closed September 24, 2009 03:11AM UTC
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@gmail.com |
Blocked by: | Blocking: |
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
Attachments (0)
Change History (2)
Changed September 16, 2009 06:06PM UTC by comment:1
Changed September 24, 2009 03:11AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
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.
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://".