We cannot access the administrator

We cannot access the administrator, since the console throws us an alert of files being loaded with http, all this happens after having entered the username and password, then it enters an infinite loop in the NEOS logo.

The site is installed on an apache server, with ssl.

Attached log of the console.

https://pastebin.com/KGab0wA8

Greetings.

Hi @havasjeancarlostraba

I assume you have installed it on your local machine with some self-signed certificate? Not very sure but I assume also that there is some misconfiguration with your webserver and the SSL handling. Have you checked once the Browser Network tab for some redirects from https to http or other way around? As far as I know you don’t need to configure anything special in Neos to make it work with SSL/TLS, this should be transparent on the transport layer. What you would need to check is if you would have any proxies, see for example this topic here: SSL, HTTPS configuration - #5 by mcyg

Good morning, a cordial greeting from Chile and wishing you a happy new year.

I appreciate his prompt response, where you could guide me to solve it

I share in case another person happens the same.

the solution in my case was to add the following line:

Header always set Content-Security-Policy “upgrade-insecure-requests;”

to the Web/.htaccess file

Thanks