Welcome Guest, Not a member yet? Register   Sign In
Internet explorer and https
#1

[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? Sad
#2

[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
#3

[eluser]gu4rd1an[/eluser]
thank you for reply, you've pm
#4

[eluser]danmontgomery[/eluser]
Sounds like you're referencing something with an invalid ssl certificate (wrong domain, perhaps).
#5

[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
#6

[eluser]pickupman[/eluser]
You've got several lines of code above your <html> & doctype, could that be causing your problem.
#7

[eluser]danmontgomery[/eluser]
This is not https...

Ah, it's spam
#8

[eluser]nevsie[/eluser]
yeah i got sent a link in PM, not following it either!
#9

[eluser]gu4rd1an[/eluser]
Is there a peculiar procedure to set up https on code igniter?
#10

[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.




Theme © iAndrew 2016 - Forum software by © MyBB