Error with ssl certificate on server

0

Currently I have a VPS to which I installed an SSL certificate of Let's Encrypt. When entering the domain jesushenriquez.com the browser detects that it is a secure connection, the problem is when entering a post for example: Publication . When entering the browser shows the following:

I have tried to review the whole structure and I can not find what it is generating that does not detect the secure connection well.

** It is an application created with laravel hosted in a vps.

    
asked by Jesús Henríquez 10.09.2018 в 05:22
source

1 answer

1

According to the Chrome browser, the problem is "mixed content", that is, your page is "https" but it has "http" content (this usually breaks the secure connections). Try editing the style sheet "new_styles.css" (URL: link ), line 139: there it appears "< a href="http://beshley.com/android-search.png"> link ", add" s "to" http ", save this change and then open the publication in an incognito window to check.

You tell me if it worked.

Greetings.

    
answered by 11.09.2018 / 01:15
source