EEXCESS / privacy-proxy

The EEXCESS privacy preserving proxy server ensuring every recommender request respects the privacy of the user.
1 stars 2 forks source link

Connection possible via https? #3

Closed schloett closed 9 years ago

schloett commented 9 years ago

For the chrome-extension (and I guess for other clients as well), it would be nice, if requests to the privacy-proxy could be made via https instead of http (and it would also support privacy ;)).

In the chrome-extension, we face the problem, that mixed content requests are not allowed. That is, when a page was loaded via https, ajax-requests within that page must also use https.

ThomasCerq commented 9 years ago

If I understood correctly the documentation, enabling https requests has a lot to do with the configuration of the TomCat server. If it's correct, then Thomas O. would be more able to deal with this issue.

schloett commented 9 years ago

Yes, sorry my bad, I will contact Thomas O.

jr-dig-orgel commented 9 years ago

I will check if its possible to activate https on the dev server