Posts: 7
Threads: 2
Joined: Oct 2014
Is it possible to include SSL support? Currently, I have all pages on my website loading through SSL, but any page with commentics on it throws many errors. Glimpsing through the code, I saw it converts https:// to http://. Would I just remove that, or is it just not possible to do this?
Posts: 2,904
Threads: 59
Joined: Jun 2010
The code which I think you're referring to only converts that temporarily to check whether the page exists. The script should work on pages that use SSL. You said that the page throws many errors. What errors are showing? Can you give me a link to the page so I can see what's going on? PM me it if you want.
Have
you completed
the interview?
Posts: 7
Threads: 2
Joined: Oct 2014
https://freereads.net/story/85
Sorry, but you'll have to log in to see the comment form.
It's not displaying any errors, but it gives content blocking errors in the chrome console, and displays the semi-secure ssl icon (the yellow one instead of green)
Posts: 2,904
Threads: 59
Joined: Jun 2010
Do you have any login details that I can use?
Have
you completed
the interview?
Posts: 7
Threads: 2
Joined: Oct 2014
Yeah
Username Fred
Pass TEMP
Posts: 2,904
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 7
Threads: 2
Joined: Oct 2014
So replace return $url; with that? I did that but it doesn't seem to have fixed it.
Posts: 2,904
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 2,904
Threads: 59
Joined: Jun 2010
It does seem to have worked to an extent. The privacy policy link is using https.
Have
you completed
the interview?
Posts: 2,904
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?