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

enhancements for https ssl sites #29

Closed
susielinubc opened this issue Mar 13, 2015 · 4 comments
Closed

enhancements for https ssl sites #29

susielinubc opened this issue Mar 13, 2015 · 4 comments

Comments

@susielinubc
Copy link

For websites that are secured by a SSL certificate, browsers complain about the header search form

"Mixed Content: The page at 'https://xxxx.ubc.ca/' was loaded over a secure connection, but contains a form which targets an insecure endpoint 'http://www.ubc.ca/search/refine/'. This endpoint should be made available over a secure connection."

@occupant
Copy link
Member

Hmm, I don't see this. The markup megatron is generating in the latest versions is protocol agnostic (it points to //www.ubc.ca/search/refine). Are you using the default search (as opposed to the search block)?

@seanshang
Copy link

I'm the one report this to Susie. This happened with version 7.0.2. I haven't tested this with 7.0.4 yet. Will update you soon.

@seanshang
Copy link

changed the line in sites/all/themes/ubc_clf_drupal_template_7.0.2/includes/template-ubc-clf-elements.inc from http://www.ubc.ca/search/refine to https://www.ubc.ca/search/refine/ and fixed the problem.

@jelo77
Copy link

jelo77 commented May 25, 2015

As mentioned earlier in the comments you should change it to //www.ubc.ca/search/refine (protocol-relative URL) which is how it is implemented in 7.0.4.

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

No branches or pull requests

4 participants