Solution :
Force ssl on htaccess :
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Thanks
Develop games in your browser. Powerful, performant & highly capable.
Thank's mate !!!