projectestac / jclic

JClic is a set of cross-platform Java applications useful for creating and carrying out different types of educational activities like puzzles, associations, text exercises or crosswords.
GNU General Public License v2.0
27 stars 19 forks source link

SSL Offload problem #8

Closed jsfalcon closed 9 years ago

jsfalcon commented 9 years ago

Hi,

When we work with an ssl offload architecture. where proxy and apache talk on http while clients are talking on https. JClic constructs its request on http, but the request must be https to work correctly

This is the var we use for our architecture $CFG->sslproxy = true; And we define the var $CFG->wwwroot = 'https://.....'

Thansk a lot!

frncesc commented 9 years ago

Hi jsfalcon,

The new version of the JClic module for Moodle, just published today, solves this problem:

https://github.com/projectestac/moodle-mod_jclic/releases/tag/v0.2.5 https://moodle.org/plugins/view/mod_jclic

Thanks for reporting!

jsfalcon commented 9 years ago

great! We'll try it as soon as posible Thanks