Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login CSS problem (requesting an insecure stylesheet and scripts) - https://citeseerx.ist.psu.edu/myciteseer/login #76

Open
AaronNGray opened this issue Oct 16, 2017 · 1 comment

Comments

@AaronNGray
Copy link

Login CSS problem https://citeseerx.ist.psu.edu/myciteseer/login

Chrome Version 61.0.3163.100 (Official Build) (64-bit) :-

Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure stylesheet 'http://citeseerx.ist.psu.edu/css/main.css'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/jquery-1.4.2.min.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/jquery-ui-1.8.custom.min.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/jquery.idTabs.min.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/metacart.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/topnav.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/citeseerx.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/correctionutils.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/checkboxes.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/ga.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure script 'http://citeseerx.ist.psu.edu/js/s2button.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure favicon 'http://citeseerx.ist.psu.edu/favicon.ico'. This content should also be served over HTTPS.
Mixed Content: The page at 'https://citeseerx.ist.psu.edu/myciteseer/login' was loaded over HTTPS, but requested an insecure stylesheet 'http://citeseerx.ist.psu.edu/css/main.css'. This request has been blocked; the content must be served over HTTPS.

Firefox 57.0b8 (64-bit) :-
Login page looks like there is no CSS loaded.

IE 11 :-
Login page has content over other content.
"Only Secure Content is displayed" - "Show all Content" button

Edge 40.15063.674.0 :-
Login page has content over other content.

@AaronNGray AaronNGray changed the title Login CSS problem - https://citeseerx.ist.psu.edu/myciteseer/login Login CSS problem (requesting an insecure stylesheet and scripts) - https://citeseerx.ist.psu.edu/myciteseer/login Oct 16, 2017
@AaronNGray
Copy link
Author

AaronNGray commented Oct 16, 2017

Basically c:url

<link type="text/css" rel="stylesheet" href="<c:url value='/css/main.css' />" />

and other places need the c:url to use the https protocol. as really all content on the site should !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant