Opened 10 years ago
Closed 9 years ago
#26098 closed New feature (fixed)
Support Geodjango admin widgets on SSL
| Reported by: | F. Malina | Owned by: | nobody |
|---|---|---|---|
| Component: | GIS | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | no | UI/UX: | no |
Description
Not supporting SSL is documented here:
https://docs.djangoproject.com/en/1.9/ref/contrib/gis/forms-api/#django.contrib.gis.widgets.OpenLayersWidget
Linked openlayers.js file is not on https or a CDN of any kind. It's just hotlinked from openlayers server, which they discourage. https://github.com/openlayers/ol2/issues/1025
There is secure openlayers CDN available on cdnjs, but unsure if tiles would be available on https although I am aware there was some progress in this area lately.
Change History (6)
comment:1 by , 10 years ago
| Triage Stage: | Unreviewed → Someday/Maybe |
|---|
comment:3 by , 10 years ago
suggested to use protocol-relative schemes
It would be better to use https always by now.
comment:5 by , 9 years ago
| Patch needs improvement: | set |
|---|---|
| Triage Stage: | Someday/Maybe → Accepted |
Maybe asking on the geodjango mailing list would help form a concrete proposal.