typo3-8.xtypo3-9.x

Unable to login into typo3 backend using chrome


I have weird problem in fresh TYPO3 9.5 and 8.7 installations.

Trying to login into the backend

There are other problems which are maybe related:

This happens on MacOS Catalina 10.15.2 / Chrome 79.0.3945.88?

At the same time Firefox seems to work.

Chrome seems to work normally everywhere else.


Solution

  • Found a solution:

    Even creating a new news entry did not do anything. The browser console told me:

    Mixed Content: The page at 'https://bla.com' was loaded over HTTPS, but requested an insecure resource 'http://bla.com/something'. This request has been blocked; the content must be served over HTTPS.

    The site is reachable via https only.

    The site was running behind a reverse proxy which proxied all https requests to the real server using http, because proxy-server traffic happens in a DMZ anyways.

    TYPO3 seems generate some URLs based on the request url. And the browser complains at mixed (http) reqests that are handled via Javascript.

    I modified the proxy config to pass all https requests via https and all is fine.