And 3rd problem. If you use nginxproxy and add this
RewriteEngine On
RewriteCond %{HTTPS} !^on$
RewriteRule (.*) https://domain.com/$1 [R,L]
in .htaccess file firefox show this error:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.