joosterman / Accurator

RMA Accurator prototype
5 stars 2 forks source link

Accurator does not work via https #3

Closed joosterman closed 10 years ago

joosterman commented 11 years ago

Known issue. When using https the insecure javascript from cliopatria is blocked. This means logging in is impossible.

This is a not needed functionality (all works fine using http) so for now a wontfix.

Possible solution1: javascript communication with cliopatria via https Possible solution 2:all communication to cliopatria via server side code.

jrvosse commented 11 years ago

Jasper,

Have you discussed this with Jan? I know he has used ClioPatria over https in other projects... Enabling https in general could be just a configuration issue.
I'm not sure what is so special about the javascript files that would make it hard to serve them over https.

Jacco

joosterman commented 11 years ago

I will do that, but it is at least not important before the 7th. As far as I know https://eculture.cs.vu.nl/sealinc/ does not serve over https.

Nothing special probably, just a technical issue for now.

rasvaan commented 10 years ago

Have a look at it while addressing the authentication process.