Forums / Developer / SSL Configuration

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

SSL Configuration

Author Message

Fabien Mas

Thursday 03 June 2010 8:32:54 am

I have some issues with my ssl configuration

I would like to have the url /content/collectedinfo/12345 in SSL mode I come from a content/action which is in ssl mode and I lost some sessiosn variable if /content/collectedinfo/12345 is not in ssl)

I try a lot of configuration in site.ini

[SSLZoneSettings]
SSLZones=enabled
1)
ModuleViewAccessMode[content/*]=ssl => it works but all is in SSL mode (and I don't want that)

2)

ModuleViewAccessMode[content/collectedinfo/12345]=ssl => doesn't work

3)

ModuleViewAccessMode[content/collectedinfo/*]=ssl => doesn't work

Any idea ?

thx

Fabien

Fabien Mas

Tuesday 08 June 2010 6:04:05 am

It is fixed,

the good answer is

ModuleViewAccessMode[content/collectedinfo]=ssl

It is not possible to precise more (with an id for example content/collectedinfo/id ..) :(