drahnr
- Posts: 34
- Topic Created: Thu Nov 24 12:57:11 2011 +0100
I bought an SSL cert and before I did a setup of chyrp it was all fine, but since then it got tainted (aka parts of the website are transmitted unencrypted, and a broken icon in the comon browsers appear).
So where does chyrp taint it and for what reason? Can I rip that of or is it some core part?
thanks!
Arian
- Posts: 178
- Created: Thu Nov 24 15:05:19 2011 +0100
- Permalink: tainted SSL
Hey again,
many of the SSL complains have been addressed and fixed in the last 2.5 version.
And I'm assuming you're experiencing these issues with 2.1.1.
There's two ways I can suggest you work this out, first have a little patience until 2.5 is final and you'll be settled. Secondly, you could manually take the changes from 2.5 and apply them on your 2.1.1 installation.
I know it's not the best advice one could give you, but this is the situation as of right now.
drahnr
- Posts: 34
- Created: Thu Nov 24 15:33:30 2011 +0100
- Updated: Thu Nov 24 15:42:35 2011 +0100
- Permalink: tainted SSL
Strangle it seems fixed since I enabled xmlrpc in my php.ini ....
Arian
- Posts: 178
- Created: Thu Nov 24 15:42:01 2011 +0100
- Permalink: tainted SSL
Have you filled in the Alternate URL in the Settings page?
Could you create a temporary admin account so I could take a look at the site configuration? You can email it to me if you may, [email@chyrpdomain]
drahnr
- Posts: 34
- Created: Thu Nov 24 15:44:50 2011 +0100
- Updated: Thu Nov 24 15:53:50 2011 +0100
- Permalink: tainted SSL
I did experiment already plenty with it, but so far no luck. I will send you an admin account+passwd when I am back here (like in 3h or so)
Thanks again!
https://braindeadmonkey.com/chyrp for both should be fine, as currently the desired index.php resides within the chyrp directory, correct me if I am wrong
Arian
- Posts: 178
- Created: Thu Nov 24 15:47:30 2011 +0100
- Updated: Thu Nov 24 23:56:22 2011 +0100
- Permalink: tainted SSL
Great, I'd be glad to help out. Until later then.
UPDATE
I'm posting this for others to see, drahnr managed to fix it, read below.
fixed it
mimetype.assign = (".html" => "text/html",
".txt" => "text/plain",
".jpg" => "image/jpeg",
".png" => "image/png",
".css" => "text/css")
the line with text/css was missing
this was the sole reason for the css vendetta
this is the fault of the default config shipping lighty
(usually this is not required, dunno why lighty got this wrong this time)
drahnr
- Posts: 34
- Created: Wed Dec 7 13:53:11 2011 +0100
- Permalink: tainted SSL
Back to the SSL problem, this seems to be not an issue causedby chyrp, rather sick caching by chromium. Firefox+opera do not show that cert tainted warning.
drahnr
- Posts: 34
- Created: Tue Dec 13 18:37:04 2011 +0100
- Permalink: tainted SSL
Update: This was a random cooincident. The actual problem was a badly written theme requiring some other website to work properly (currently in the process of ripping that out).