Open
Description
Bug Report
- Yes, I reviewed the contribution guidelines.
- Yes, more specifically, I reviewed the guidelines on how to write clear bug reports.
Describe the current, buggy behavior
When running wp core install --prompt
and use an URL with http:// at the beginning, the URL will be changed to https:// in the database.
Describe how other contributors can replicate this bug
- Prepare local install (server, database, download WP files)
- Run
wp core install --prompt
- When asked for the URL, write a URL with http:// in the beginning, e.g. http://wp60.test
- Finish the prompt
- Check the options table in the database for home and siteurl entires: the URL should be https://wp60.test
- When trying to open /wp-admin, it always redirects to https://
Describe what you would expect as the correct outcome
When stating an URL with http://, it should be added as http:// to the database and not be converted to https://.
Let us know what environment you are running this on
jessica@Jessicas-MBP wp60.test % wp cli info
OS: Darwin 21.4.0 Darwin Kernel Version 21.4.0: Mon Feb 21 20:34:37 PST 2022; root:xnu-8020.101.4~2/RELEASE_X86_64 x86_64
Shell: /bin/zsh
PHP binary: /Applications/MAMP/bin/php/php8.1.0/bin/php
PHP version: 8.1.0
php.ini used: /Applications/MAMP/bin/php/php8.1.0/conf/php.ini
MySQL binary: /Applications/MAMP/Library/bin//mysql
MySQL version: mysql Ver 14.14 Distrib 5.7.34, for osx10.12 (x86_64) using EditLine wrapper
SQL modes:
WP-CLI root dir: phar://wp-cli.phar/vendor/wp-cli/wp-cli
WP-CLI vendor dir: phar://wp-cli.phar/vendor
WP_CLI phar path: /Users/jessica/Sites/wp60.test
WP-CLI packages dir: /Users/jessica/.wp-cli/packages/
WP-CLI global config:
WP-CLI project config:
WP-CLI version: 2.6.0
Also running MAMP Pro 6.6 on macOS Monterey (12.3).
Provide additional context/Screenshots
See this Twitter thread, where @pixolin kindly tested this on his machine (different setup, but same problem): https://twitter.com/pixolin/status/1517132670899081216