Feature #2329
Add Force SSL to Owncloud
Status: | CLOSED | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-owncloud | |||
Target version: | v6.5-beta3 | |||
Resolution: | DUPLICATE | NEEDINFO: | No |
Description
Owncloud should force to use SSL and not unsafe http
We have to document ssl option con webui for client connection.
Related issues
Associated revisions
Added Force SSL (refs #2329)
History
#1 Updated by Alessio Fattorini almost 8 years ago
- Target version set to v6.5-beta3
#2 Updated by Alessio Fattorini almost 8 years ago
- Target version deleted (
v6.5-beta3)
#3 Updated by Alessio Fattorini almost 8 years ago
Test Case
- Launch http://yourserverip/owncloud
- You should redirected on https://yourserverip/owncloud
Some check
If not works check
# cat /etc/httpd/nethserver.d/*80.vhost | grep Rewrite RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/owncloud(/.*)?$ https://botolo.nethesis.it/owncloud$1 [R,L]
#5 Updated by Alessio Fattorini almost 8 years ago
- Status changed from NEW to TRIAGED
- Assignee set to Alessio Fattorini
- % Done changed from 0 to 20
#6 Updated by Alessio Fattorini almost 8 years ago
- Status changed from TRIAGED to MODIFIED
- % Done changed from 20 to 60
#7 Updated by Davide Principi almost 8 years ago
- Status changed from MODIFIED to ON_QA
- Assignee deleted (
Alessio Fattorini) - % Done changed from 60 to 70
In nethserver-testing:
nethserver-owncloud-0.0.1-14.0gitc15f2379.ns6.noarch.rpm
#8 Updated by Davide Principi almost 8 years ago
- Target version set to v6.5-beta3
#9 Updated by Nicola Rauso almost 8 years ago
- Status changed from ON_QA to VERIFIED
- % Done changed from 70 to 90
Tested correct redirection vs https
#10 Updated by Davide Principi almost 8 years ago
- Status changed from VERIFIED to CLOSED
- % Done changed from 90 to 100
- Resolution set to DUPLICATE