developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 10 years ago
#380 closed bug (fixed)
https actions are not checked
Reported by: | laurentj | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | Jelix 1.3 beta 1 |
Component: | jelix:plugins:urls | Version: | 1.0 beta 3.1 |
Severity: | critical | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
When defining some actions in urls engines, to be executed only with https protocol, urls engines don't verify if the call of this action is done with https protocol or not.
Change History (6)
comment:1 Changed 13 years ago by laurentj
- Documentation needed unset
- Milestone changed from Jelix 1.1 beta 1 to Jelix 1.1 beta 2
comment:2 Changed 12 years ago by laurentj
- Milestone changed from Jelix 1.1 beta 2 to Jelix 1.2
comment:3 Changed 11 years ago by foxmask
comment:4 Changed 11 years ago by laurentj
- Component changed from jelix to jelix:plugins:urls
comment:5 Changed 11 years ago by laurentj
- Milestone Jelix 1.2 beta deleted
comment:6 Changed 10 years ago by laurentj
- Milestone set to Jelix 1.3
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
we have to install a SSL certificate on the Apache server to check if the $_SERVERHTTPS? is on.
we have not to check the 443 port to know if the HTTPS is used as the https port could be installed somewhere else.