Secure Certificate Problems, HTTPS

Nautic

Verified User
Joined
Jun 17, 2008
Messages
46
Hi, a bit of an issue.

I have installed the certificate for a website, however when you click on the link the Certificate pops up next to the URL bar then it disappears. You can try here ( https://www.briskites.com.au/ ).

I have created the symlink for private_html to public_html, so it should work however it disappears. I had this setup on another server with DA on it running without an issue.

Any help appreciated as to why this may be happening?

Regards,

Joel
 
I think you have a redirect back to non ssl. You should check your code. That would be the only explanation. Something is redirecting back.
 
I thought this as well, however it is not removing the HTTPS from the browser line.
 
Has the error "contains unauthenticated content" maybe you have something linking to http.

Check all of your src= lines make sure nothing is linking directly to http.

From your source it might be this livezilla:

Code:
<!-- http://www.LiveZilla.net Chat Button Link Code --><a href="javascript:void(window.open('http://www.briskites.com.au/live/livezilla.php','','width=600,height=550,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes'))"><img [B]src="http://www.briskites.com.au/live/image.php?id=06[/B]"
 
As much as your avatar scares me each time I see it, you were spot on! ;)

Had the certificate reissued and moved to the new server, and then from there removed the livezilla and it all worked. Now I just need to find a template variable so I can hide that from the sidebar on certain pages. I'll head over to the sunshop site tomorrow and dig through their documentation.

Thanks again!

Regards,

Joel
 
Better yet, keep everything as it is and just change the https to https on the livezilla code.

Cos you're now on symbolic link and all content that's on public_html is also accessible via https.

So you won't need to do anything more.
 
Back
Top