![]() |
Internet explorer and https - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forum-21.html) +--- Thread: Internet explorer and https (/thread-29838.html) Pages:
1
2
|
Internet explorer and https - El Forum - 04-22-2010 [eluser]gu4rd1an[/eluser] I've a webapplication under HTTPS and no resources are linked with HTTP. Internet Explorer 8 still showing this message (firefox, chrome and safari don't) Screenshot (translated it's something like "To make security easier some contents with certificates errors are blocked) If i put a simple html file in my webroot it's all ok. Hints? ![]() Internet explorer and https - El Forum - 04-23-2010 [eluser]nevsie[/eluser] google analytics? any stat tracking? you sure all loaded files are loaded with HTTPS addresses or local references???? difficult for anyone to advise without a link or code to check. N Internet explorer and https - El Forum - 04-23-2010 [eluser]gu4rd1an[/eluser] thank you for reply, you've pm Internet explorer and https - El Forum - 04-23-2010 [eluser]danmontgomery[/eluser] Sounds like you're referencing something with an invalid ssl certificate (wrong domain, perhaps). Internet explorer and https - El Forum - 04-23-2010 [eluser]pickupman[/eluser] [quote author="noctrum" date="1272046083"]Sounds like you're referencing something with an invalid ssl certificate (wrong domain, perhaps).[/quote] With SSL certs www.domain.tld != domain.tld Internet explorer and https - El Forum - 04-23-2010 [eluser]pickupman[/eluser] You've got several lines of code above your <html> & doctype, could that be causing your problem. Internet explorer and https - El Forum - 04-23-2010 [eluser]danmontgomery[/eluser] This is not https... Ah, it's spam Internet explorer and https - El Forum - 04-23-2010 [eluser]nevsie[/eluser] yeah i got sent a link in PM, not following it either! Internet explorer and https - El Forum - 04-26-2010 [eluser]gu4rd1an[/eluser] Is there a peculiar procedure to set up https on code igniter? Internet explorer and https - El Forum - 04-26-2010 [eluser]pickupman[/eluser] In the sites I've used https on I wrote a custom the url helper that I could pass TRUE as the last parameter. Then using base_url(), anchor(), or site_url(), I could generate https links. |