Project

General

Profile

SSL mixted content and warning SSL conection ?

Added by zuck bin almost 14 years ago

Hi,

I got a SSL certificate on my Redmine server, but on some pages, i loose benefit of it.

I got errors like:Warning: contains unauthenticated content

How to remove this warning ?

Hot to find the content which causes this problems

Thanks,
Bye


Replies (8)

RE: SSL mixted content and warning SSL conection ? - Added by zuck bin almost 14 years ago

I got a clue

If i desactivate ckeditor or in setting i disabled "text formatting": it works.

What are your solution ?

Thanks

RE: SSL mixted content and warning SSL conection ? - Added by Felix Schäfer almost 14 years ago

Force redirect all requests from the http to the https version.

RE: SSL mixted content and warning SSL conection ? - Added by zuck bin almost 14 years ago

What is the exact command do do it ?

Because i use this one:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

and it doesn't work.

Thanks

RE: SSL mixted content and warning SSL conection ? - Added by Felix Schäfer almost 14 years ago

Do you use apache as a reverse proxy? See the FAQ.

RE: SSL mixted content and warning SSL conection ? - Added by zuck bin almost 14 years ago

Hi,

I don't use proxy, i use apache via Passenger.

Bye.

RE: SSL mixted content and warning SSL conection ? - Added by zuck bin almost 14 years ago

One more precission; all my links are in "https" format; no mater with that.

This is a mixed encrypted content problem cause by ckeditor...

RE: SSL mixted content and warning SSL conection ? - Added by Felix Schäfer almost 14 years ago

Ah, IIRC it's a plugin, right? Please contact the plugin author, I think ckeditor musst be told to use https, even if served on an https page.

RE: SSL mixted content and warning SSL conection ? - Added by zuck bin almost 14 years ago

ok, i'll already do it, i'll post there

Thanks

    (1-8/8)