Description of problem: Looks the stage1 cannot load stage2 if you have a https only webserver. If you use for example certbot to have all redirection of http > it will not work You get 301 request on apache or console logs Works fine if you remove the rewrite rule RewriteEngine on RewriteCond %{SERVER_NAME} =toto.fr RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]
Assignee: bugsquad => mageiatools
I think I'll just switch stage1 to use either curl or wget, just getting support for HTTP/1.1, HTTP/2.0 & all variants of HTTPS
Assignee: mageiatools => thierry.vignaudCC: (none) => thierry.vignaud
Is this problem fixed for mga9 by Bug 31339 ?
CC: (none) => fri