i using let’s encrypt in my domain with compressin enable for page speed performance…
the problem is, when i activate “AddOutputFilterByType DEFLATE text/html” in my htaccess file, when i access it from chrome on iOS some time the green padlock not show and some time show but the URL is https://. and when i remove the line “AddOutputFilterByType DEFLATE text/html” all work correctly.
Can you try Chrome on another platform and see if you get the same problem? In that case, can you get page information and get the browser itself to explain what it thinks the problem is?
If the green padlock is somtimes there, but also sometimes not, it probably has something to do with the specific page you’re requesting (and the contents of it).
If it were some kind of technical TLS issue, you’d think it would be always one of the options: either always a green padlock or always another padlock.
green padlock always show when i remove the “AddOutputFilterByType DEFLATE text/html” from htaccess, otherwise when i write the “AddOutputFilterByType DEFLATE text/html” on htaccess the padlock sometime show sometime not show
Personally, I only know and/or use the “developer toolbar” in Chrome (Ctrl-Shift-i), the “Security” tab. But that’s for the desktop browser, I doubt the iOS version has it.