I discovered that when I turn OFF the debugging mode on my application,
/config/app.php
The backend starts using secure protocol... And I have problems with that because on some websites it's works well: (and on that example I really don't know why secure protocol is valid)
And with other websites I have big problems, bacause It's redirect to another pages... Here's an example:
How can I turn the redirect to secure protocol with OFF debuging mode?