vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   SSL on 4.2.x (https://vborg.vbsupport.ru/showthread.php?t=328175)

Prince 08-08-2020 12:15 AM

SSL on 4.2.x
 
If you install an SSL certificate on a vB board will it end up showing broken on threads?

snakes1100 08-08-2020 10:14 AM

No, the reason they'll show a broken SSL cert on any page, is for hard linked images & off site images etc...

You'll need to use the dev console in the browser & see what images etc arent coded with https, you can use htaccess to fix them as well, but that isnt the correct way of doing it, as that is eating up server resources for all the non-needed rewrite of the images.

Prince 08-10-2020 11:46 PM

Quote:

Originally Posted by snakes1100 (Post 2603697)
No, the reason they'll show a broken SSL cert on any page, is for hard linked images & off site images etc...

You'll need to use the dev console in the browser & see what images etc arent coded with https, you can use htaccess to fix them as well, but that isnt the correct way of doing it, as that is eating up server resources for all the non-needed rewrite of the images.

That is basically what I am asking, is vB by nature going to display non-SSL images, etc. and make posts/threads unsecure?

z3r0 08-11-2020 04:24 AM

You could proxy the images - https://vborg.vbsupport.ru/showthread.php?t=288060 (I didn't like this myself).

Tbh as most servers now are https enabled and most modern browsers support it the easy way is just to add a upgrade-insecure-requests header and the browser will grab the https version, this is all I do on my sites and never have any problems.

Add to your headerincludes template
Code:

<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

Hostboard 08-11-2020 03:10 PM

What we did to get around the hard link images and to eliminate the threads being broken should the images be removed was to install:

https://vborg.vbsupport.ru/showthread.php?t=253309

I also found a few addons that made calls and or placed invisible images in the footer for tracking/copyright purposes. These were easily identified in the log files and, eradicated accordingly.


All times are GMT. The time now is 05:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01120 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete