ratikanta / php-calendar

Automatically exported from code.google.com/p/php-calendar
0 stars 0 forks source link

jquery.min.js should be local, get "this page contains unsecured content" when using SSL. #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Install php-calendar 2.0-beta10
2. Configure apache to use SSL
3. Load calendar via https in Internet Explorer (7 or 8) then switch through 
months and events

q. What is the expected output? What do you see instead?
a. I expect it to move from page to page without issue.  Instead IE throws up 
an error on every page load, "this page contains unsecured content"

q. What version of the product are you using? On what operating system?
a. php-calendar 2.0-beta10 on CentOS 6.3 with Apache HTTPD Server 2.2.15

q. Please provide any additional information below.
a. Works fine in Firefox.  Downloading 'jquery.min.js' to the local server and 
modifying index.php resolved the issue.

Original issue reported on code.google.com by gh5...@gmail.com on 4 Oct 2012 at 11:29

GoogleCodeExporter commented 9 years ago
Sorry, I forgot to comment on this. I changed it to use the same protocol to 
get the jquery files as what is used for the other files. If this doesn't fix 
the issue, please open a new issue on github. 
https://github.com/sproctor/php-calendar/issues/new

Original comment by sproctor@gmail.com on 22 Apr 2013 at 9:43