You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See this Twitter thread, where @pixolin kindly tested this on his machine (different setup, but same problem):
Here is the envirnoment I tested with:
❯ wp --info
OS: Linux 5.15.32-v8+ #1538 SMP PREEMPT Thu Mar 31 19:40:39 BST 2022 aarch64
Shell: /usr/bin/zsh
PHP binary: /usr/bin/php8.0
PHP version: 8.0.17
php.ini used: /etc/php/8.0/cli/php.ini
MySQL binary: /usr/bin/mysql
MySQL version: mysql Ver 15.1 Distrib 10.5.15-MariaDB, for debian-linux-gnu (aarch64) 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: /var/www/jessica.test
WP-CLI packages dir: /home/pi/.wp-cli/packages/
WP-CLI global config:
WP-CLI project config:
WP-CLI version: 2.6.0
Using command wp core install --title=jessica.test --url=http://jessica.test --admin_user=admin --admin_password=password --admin_email=wp@jessica.test --skip-email resulted in a correct database entry for wp_options fields siteurl and home.
Bug Report
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
wp core install --prompt
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
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
The text was updated successfully, but these errors were encountered: