Application Passwords Disabled Despite HTTPS & Correct Config – Need Help
-
Hi WordPress community,
I’m unable to enable Application Passwords (required for the WooCommerce mobile app), even after exhaustive troubleshooting. Here’s what I’ve tried:Steps Taken So Far
- SSL/HTTPS Setup
- Installed and activated ZeroSSL (Lifetime SSL) via Hostinger.
- Confirmed SSL is active (padlock shows in browser).
- Updated WordPress URLs to
https://in Settings > General. - Added force HTTPS rules to
.htaccess:apacheCopyDownloadRewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
- Authorization Headers
- Added Hostinger-recommended code to
.htaccess:apacheCopyDownload<IfModule mod_setenvif.c> SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1 </IfModule> - Disabled all security/cache plugins (Wordfence, LiteSpeed, etc.).
- Added Hostinger-recommended code to
- WordPress Config
- Verified
wp-config.phphas noDISALLOW_APPLICATION_PASSWORDSline. - Checked Settings > Reading – “Discourage search engines” is unchecked.
- Site Health (Tools > Site Health) shows no critical errors (REST API is accessible).
- Verified
Current Issue
- Application Passwords section is missing in Users > Profile.
- WooCommerce app error:“Application password feature is disabled in your site.”
Questions
- Are there server-level blocks (ModSecurity, firewalls) that could silently drop
Authorizationheaders? - Could a theme/plugin conflict persist even after deactivation?
- Any way to debug why WordPress disables the feature despite HTTPS?
Any insights or debugging steps would be greatly appreciated!
The page I need help with: [log in to see the link]
- SSL/HTTPS Setup
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Application Passwords Disabled Despite HTTPS & Correct Config – Need Help’ is closed to new replies.