Set Trusted Domain
Bug #1315973 reported by
Charles Butler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
owncloud (Juju Charms Collection) | Status tracked in Precise | |||||
Precise |
Confirmed
|
High
|
Unassigned | |||
Trusty |
Confirmed
|
High
|
Unassigned |
Bug Description
THere is a configuration option in $OWNCLOUD_
If the website is protected by an SSL certificate, this can be problematic as the certificate will not match with the provided 'trusted domain' in the configuration.
Can we expose this as a configuration option or update the trusted domain with the exposed hostname of our owncloud instance?
Changed in owncloud (Juju Charms Collection): | |
importance: | Medium → High |
Changed in owncloud (Charms Trusty): | |
status: | New → Confirmed |
importance: | Undecided → High |
To post a comment you must log in.
I have confirmed this bug, but the the config.php file is generated once you set up the instance for the first time. This means that the value for 'trusted domain' will be grabbed from the domain or IP address from, not from the instance's public-address. Not sure how can I approach this one.