Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-30-2015, 11:54 AM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Installed SSL certificate. Not working correctly.

My site was accessible as "domain.com".

My host installed the SSL certificate.

I changed the website URL in admin settings from "domain.com" to "https://domain.com".

The site is being accessed as "https://domain.com" but it's not showing that green lock and green 'https' as it should now.

My host says "The SSL is installed and is working without issue however the site pulling over SSL has issues due to non https reference in your site code. This is something you need to consult your developer in regards to."

What do I do to make this work?
Reply With Quote
  #2  
Old 06-30-2015, 12:06 PM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to check your site for anything that has "http" links in it like images, links, javascripts and external stylesheets ...

In may take some time ...
Reply With Quote
Благодарность от:
kh99
  #3  
Old 06-30-2015, 12:06 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't done it myself (set up a forum to use https, that is), but I think what they're saying is that your page loads one or more external things via http. So you might have javascript or images that aren't accessed via an https url. I think you should be able to figure that out by viewing the page source of a page and searching for http:, or maybe use the developer tools network tab to see what's being loaded.

It's also a problem if you let people post images. I've seen people handle that by using a proxy for the images, or by copying them to your server. I know there's at least one mod for doing that.

Edit: Like this one: https://vborg.vbsupport.ru/showthread.php?t=253309 . I think there was another one but I can't find it right now.

I was writing while CAG CheechDogg posted, but yeah, that's what I mean.
Reply With Quote
2 благодарности(ей) от:
CAG CheechDogg, RichieBoy67
  #4  
Old 06-30-2015, 12:11 PM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
I was writing while CAG CheechDogg posted, but yeah, that's what I mean.
Thank you kh99 for the extra info ... I forgot to mention that this happens when you let people add images in posts or when you allow people to add signatures and home page links in their profiles.

But yes, one easy way is to right click on the home page and then view "source code" that will give you "some" of the http served images and content to change ...
Reply With Quote
  #5  
Old 06-30-2015, 01:02 PM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is the solution to this the same as you two have proposed?
Reply With Quote
  #6  
Old 06-30-2015, 02:22 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, they're saying the same thing.
Reply With Quote
  #7  
Old 06-30-2015, 02:32 PM
Fields Fields is offline
 
Join Date: Jun 2014
Location: Germany
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I used the following site after I installed a certificate:

https://www.whynopadlock.com/

It tells you which elements aren't called securely.
Reply With Quote
Благодарность от:
kh99
  #8  
Old 06-30-2015, 07:28 PM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fields View Post
I used the following site after I installed a certificate:

https://www.whynopadlock.com/

It tells you which elements aren't called securely.

@Others

Is the green padlock for every page or the entire site? Meaning, in order to display it green, do I need to correct the URLs on the entire forum or just the particular pages where I want it displayed? I'm asking this so I can do a test. Make sure that all URLs are https on a particular page and see if it shows green then.

But how do I make all external URLs https? For example, on my homepage, in the footer, there is this "User Alert System provided by Advanced User Tagging v3.2.0 (Lite) - vBulletin Mods & Addons" This is a link. The Advanced User Tagging website is not https. So what do I do?
Reply With Quote
  #9  
Old 06-30-2015, 08:00 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ECZ View Post
I'm seeing these test results. What does it mean?
I don't know what those results mean. It sounds like it couldn't find any script or image tags on the page. It says it could be that you didn't submit a valid secure link, but it did find your certificate info. I don't know.

Quote:
Is the green padlock for every page or the entire site? Meaning, in order to display it green, do I need to correct the URLs on the entire forum or just the particular pages where I want it displayed? I'm asking this so I can do a test. Make sure that all URLs are https on a particular page and see if it shows green then.
I'm sure it's per page.


Quote:
But how do I make all external URLs https? For example, on my homepage, in the footer, there is this "User Alert System provided by Advanced User Tagging v3.2.0 (Lite) - vBulletin Mods & Addons" This is a link. The Advanced User Tagging website is not https. So what do I do?
You don't have to worry about links to other pages, only if it's something that gets loaded on that page, like an image, javascript, or a style sheet.
Reply With Quote
  #10  
Old 07-02-2015, 05:54 PM
XYZ500 XYZ500 is offline
 
Join Date: Aug 2014
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@kh99

After trying to find everything and correcting it, one of the things that I am unable to fix are the last post icons.

These image icons are being loaded with http. Where is the file located that has the links to these icons so I can change them to https?
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 08:48 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06267 seconds
  • Memory Usage 2,267KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (4)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete