Error SSL certificate deploy with heroku and laravel

0

I have a heroku account, I have SSL certificate errors, chrome shows me the following.

Thanks for your help.

    
asked by DAVID VARGAS 14.09.2018 в 18:07
source

2 answers

1

The error you are presenting is the loading of Mixed-Content (HTTP and HTTPS) when HSTS is activated. To do this, change all the addresses that begin with http: // to https: // and the problem will be solved.

    
answered by 14.09.2018 в 20:05
0

This error is not related to an SSL certificate. It is a new security control added in chrome in the last update.

Check in your code which scripts are included and see the possibility of managing them locally (Downloading them and including them from your project folder)

Greetings

    
answered by 14.09.2018 в 19:20