Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Can't seem to get page to encrypt fully.
Old 07-31-2012, 11:24 AM Can't seem to get page to encrypt fully.
Webmaster Talker

Posts: 636
Trades: 0
It's been a while since checking in but recently I had some time and decided to re-design my website. I'm having some trouble with securing one of the pages though and was hoping that someone could please take a look and let me know what's wrong.

For SEO purposes I do not want to put my url in the forum because it always seems to pop up high in the search rankings so I have created a TinyURL to get there.

Once you go to the website, if you then go to the secure (https) version of the website you will see that the SSL security doesn't seem to be enabling. I know that it is not a server thing because it was working before the re-design. However I'm not sure what is causing the problem, I only know that it is in the coding of the site.

Could someone please take a look and let me know?

http://tinyurl.com/6v6plmf
jim.thornton is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-31-2012, 12:24 PM Re: Can't seem to get page to encrypt fully.
chrishirst's Avatar
Defies a Status

Posts: 43,971
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
And the "secure" section would be found where exactly?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-31-2012, 12:48 PM Re: Can't seem to get page to encrypt fully.
Webmaster Talker

Posts: 636
Trades: 0
Anywhere. Just change it to https:// and it will change.

The whole site "should" be accessible via SSL.
jim.thornton is offline
Reply With Quote
View Public Profile
 
Old 07-31-2012, 04:30 PM Re: Can't seem to get page to encrypt fully.
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
It is accessible but certificate is not valid in some way.
Did you bought it or you are using it for free?
Because i found it on the net and can be downloaded for free.
miki86 is offline
Reply With Quote
View Public Profile
 
Old 07-31-2012, 04:42 PM Re: Can't seem to get page to encrypt fully.
Webmaster Talker

Posts: 636
Trades: 0
I bought a 5 year certificate.

What do you mean that you found it on the net and can download it for fre?
jim.thornton is offline
Reply With Quote
View Public Profile
 
Old 07-31-2012, 04:49 PM Re: Can't seem to get page to encrypt fully.
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
http://www.geotrust.com/resources/ro...tes/index.html never mind i just noticed that they expired.

Are you sure it's not server related?
miki86 is offline
Reply With Quote
View Public Profile
 
Old 07-31-2012, 04:57 PM Re: Can't seem to get page to encrypt fully.
Webmaster Talker

Posts: 636
Trades: 0
It was working perfectly before my re-design.

If you read the certificate info it says that there are some elements that are not encrypted but when I look at the media items they all show as encrypted.
jim.thornton is offline
Reply With Quote
View Public Profile
 
Old 07-31-2012, 05:03 PM Re: Can't seem to get page to encrypt fully.
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
I get this message:



Try googling maybe you can find something about this topic
miki86 is offline
Reply With Quote
View Public Profile
 
Old 07-31-2012, 07:40 PM Re: Can't seem to get page to encrypt fully.
chrishirst's Avatar
Defies a Status

Posts: 43,971
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
HTML Code:
<li id="item-101" class="current active"><a href="/http:/www.moneytime.ca" >
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 08-01-2012, 04:54 AM Re: Can't seem to get page to encrypt fully.
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
Wait, what exactly is causing problem?

Is it the leading "/" or the link it self because it's not leading to a secure page?

A friend told me he also had problems using insecure page links on a secure page, he was on apache.
On the other hand im on lighttpd and i also have insecure links but i don't have any problems at all.
miki86 is offline
Reply With Quote
View Public Profile
 
Old 08-01-2012, 09:22 AM Re: Can't seem to get page to encrypt fully.
chrishirst's Avatar
Defies a Status

Posts: 43,971
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
It is the BROWSER not the server that will give the insecure item warbing.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 08-01-2012, 09:23 AM Re: Can't seem to get page to encrypt fully.
chrishirst's Avatar
Defies a Status

Posts: 43,971
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Your form action attribute is also set to HTTP.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 08-01-2012, 09:48 AM Re: Can't seem to get page to encrypt fully.
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
One reason why relative links should be used.
miki86 is offline
Reply With Quote
View Public Profile
 
Old 08-01-2012, 07:49 PM Re: Can't seem to get page to encrypt fully.
Webmaster Talker

Posts: 636
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Your form action attribute is also set to HTTP.
Which form action attribute are you referring to?
jim.thornton is offline
Reply With Quote
View Public Profile
 
Old 08-02-2012, 02:59 AM Re: Can't seem to get page to encrypt fully.
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
Search through your index page you have a bunch of links leading to unsecure pages.

Look for http:// and convert them to relative links or https:// if you are planning to use your site with ssl only
miki86 is offline
Reply With Quote
View Public Profile
 
Old 08-02-2012, 08:32 AM Re: Can't seem to get page to encrypt fully.
Webmaster Talker

Posts: 636
Trades: 0
Quote:
Originally Posted by miki86 View Post
Search through your index page you have a bunch of links leading to unsecure pages.

Look for http:// and convert them to relative links or https:// if you are planning to use your site with ssl only
Thank you. I'm not planning on using the whole site as SSL, just the application page however the issue appears on all pages that is why I didn't specify.

I think the issue was being caused by the use of Google Fonts but connecting insecurely. I will fix that and see if it is corrected.

Thanks for the help.
jim.thornton is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Can't seem to get page to encrypt fully.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.46141 seconds with 11 queries