shmerl: Any idea what's going on?
I saw this start happening when the new site design went live. If you open the details view in the Firefox network monitor, you can see what happens:
Fx requests
https://www.gog.com/FOO Server responds with a redirect to
http://www.gog.com/FOO In the broken case, Fx (usually under the influence of an extension) rewrites that back to
https://www.gog.com/FOO If you hit a server which sends a redirect to
http://www.gog.com/FOO, then Fx will again rewrite it to
https://www.gog.com/FOO and the cycle continues until either you hit a server which is willing to serve the content over https or Fx decides the server is broken. In the latter case, you get the error message shown in the opening screenshot. The bad result is intermittent because some GOG servers will serve the content over https, but others always redirect you to insecure http.
I see the problem when using NoScript to force www.gog.com to HTTPS (
https://noscript.net ; Options -> Advanced -> HTTPS -> "Force the following sites to use secure (HTTPS) connections"). When I disable that, but allow HTTPS Everywhere to rewrite links, the rewriter will eventually give up and drop to plain http if the servers keep issuing bad redirects. NoScript's HTTPS logic is simpler. It always rewrites matching sites, so you either get a working server or you get the Firefox message about a redirect loop.