The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
SSL on 4.2.x
If you install an SSL certificate on a vB board will it end up showing broken on threads?
|
#2
|
|||
|
|||
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. |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
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"> |
#5
|
||||
|
||||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|