Hello from a new hosted Discourse user.
Problem statement:
- After install and setup, I changed the domain name after making all necessary changes. (Cloudflare DNS, app.yml, droplet hostname, new SSL certs, rebuilt docker, etc, etc, etc.)
- Everything worked fine
- Until: Activating S3 backups yields 500 error when visiting /admin/backups
- /admin/logs reports
certificate verify mismatch (Hostname mismatch)
- Switching back to local backups and all works fine.
Question:
- Where might the original hostname be hiding? I know you canโt tell me what I forgot so maybe you can enumerate where those settings reside.
FYI:
Seahorse::Client::NetworkingError (SSL_connect returned=1 errno=0 peeraddr=162.243.189.2:443 state=error: certificate verify failed (Hostname mismatch))
lib/s3_helper.rb:426:in `s3_bucket'
lib/s3_helper.rb:240:in `list'
lib/backup_restore/s3_backup_store.rb:122:in `unsorted_files'
lib/backup_restore/backup_store.rb:23:in `files'
app/controllers/admin/backups_controller.rb:24:in `block (2 levels) in index'
app/controllers/admin/backups_controller.rb:13:in `index'
app/controllers/application_controller.rb:412:in `block in with_resolved_locale'
app/controllers/application_controller.rb:412:in `with_resolved_locale'
lib/middleware/omniauth_bypass_middleware.rb:71:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:368:in `call'
config/initializers/100-quiet_logger.rb:23:in `call'
config/initializers/100-silence_logger.rb:31:in `call'
lib/middleware/enforce_hostname.rb:23:in `call'
lib/middleware/request_tracker.rb:202:in `call'
- Domain change from bolderfounders.com to smarterfounders.com