Jump to content

HTTPS warning in Chrome


UNRV

Recommended Posts

I recently changed via my host from http to https, while firefox says the site is secure and i get a green padlock, i dont get that in Chrome,

It gives me when i opend the developer console the following warning;

The page at 'https://www.unrv.com/main.html/book-review/legio-xvii-roman-legion-at-war-by-thomas-a-timmes-r54/' was loaded over a secure connection, but contains a form which targets an insecure endpoint 'http://www.unrv.com/main.html/book-review/legio-xvii-roman-legion-at-war-by-thomas-a-timmes-r54/?csrfKey=cbe1a766c77cc(longstringofmorenumbersandletters)&do=multimodReview'. This endpoint should be made available over a secure connection.

Has anyone an idea what the problem is and how to solve it?

cheers and thanks

 

Link to comment
Share on other sites

6 minutes ago, UNRV said:

Has anyone an idea what the problem is and how to solve it?

The message says it pretty clearly. The comment form still points to http. It’s this part in the source code:

<div data-role='commentFeed' data-controller='core.front.core.moderation'>
			<form action="http://www.unrv.com/main.html/book-review/legio-xvii-roman-legion-at-war-by-thomas-a-timmes-r54/?csrfKey=9a2776d3eafcdd42c1e882c17f8b6b4e&amp;do=multimodReview" method="post" data-ipsPageAction data-role='moderationTools'>
				
				

Not sure how that absolute, insecure call got in there. Resetting the comment templates for that database might help.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...