Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems due to hardcoded HTTP URL for modules directory in wire/config.php #1083

Closed
teppokoivula opened this issue Feb 6, 2020 · 2 comments

Comments

@teppokoivula
Copy link

Hey @ryancramerdesign! It appears that $config->moduleServiceUrl in wire/config.php is causing some issues right now due to HTTP requests getting redirected to HTTPS:

$config->moduleServiceURL = 'http://modules.processwire.com/export-json/';

More details here: https://processwire.com/talk/topic/23067-error-retrieving-modules-directory-data-processwireupgradecheck/.

ryancramerdesign added a commit to processwire/processwire that referenced this issue Feb 7, 2020
@ryancramerdesign
Copy link
Member

Thanks @teppokoivula I've updated the config.php file to use the https URL. The forced https on the modules site was not intended either. We added a node to the load balancer and there was a rule forcing https already in place, so that is also turned off now.

@teppokoivula
Copy link
Author

Thanks Ryan — though I might add that forcing HTTPS seemed like a good idea in itself due to security, SEO, and probably few other usual suspects. But anyway, glad that this is sorted now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants