https request

I'm getting 'not secure' in Opera, the link from the user control in the main Lit site seems to direct to http not https

Specifically,

https://www.literotica.com/my/#/activity/all ->> Explore ->> Forum

opens http://forum.literotica.com

What browser do you use? Also, if you request as http that's what you will get. If you request https you will get that. Have your browser always request https.

Personally, I have switched to Brave, it is a Chrome knock off that will chance any link that is not an https request to https automatically
 
What browser do you use? Also, if you request as http that's what you will get. If you request https you will get that. Have your browser always request https.

Personally, I have switched to Brave, it is a Chrome knock off that will chance any link that is not an https request to https automatically

Ive checked in chrome, opera and for, it appears to be a misconfig on the site as per prior location.
 
Https works in Opera when specified. Http stays insecure.
 
This isn't a browser issue. The issue is that the site sends users to a http not https address in at least one location. Please ensure all links from Lit to Lit use the https NOT http address. Assuming the content is grep-able, something like


cat * | grep -i literotica\.com | grep -i http | grep -iv https


would return all Literotica.com websites referenced that go to http not https addresses. Going back thru and finding each of the relevant links and replacing http with https is automatable in many different ways.


Other solutions (db back end, cms, etc) will have their own way to search & replace the content other than grep.


Given you folks have kept the site up & stable means you're competent, so please don't think I'm implying anything else. I'm just trying to short circuit miscommunication & get all the cards out on the table.
 
Back
Top