The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
HTTPS requires an initial “handshake” to create a connection between the browser and the server, and this handshake can be be very slow.
The problem It takes at least four TCP roundtrips just to open a single SSL connection between the client and the server — and this doesn’t happen until after the initial TCP connection has been set up. The amount of data transferred as part of the handshake isn’t huge (under 5 kB typically), but for very small requests this can be quite a bit of overhead. Important to know: The SSL handshake is actually even more process intensive than the actual data encryption that happens over the connection after the handshake is successfully complete. How to know if this problem affects you No one can give you a meaningful answer to this question without some information about the nature of your web site, hardware, software, and network configuration. There are a couple of ways to look into this problem for your own site: 1. Profile the performance of your web server. There are several tools out there (such as JMeter and Visual Studio) to compare the performance of an HTTP vs HTTPS server. 2. Run WebPagetests of key secure pages on your site. Look at the purple bars on the waterfall chart that indicate SSL negotiation. You don’t want to see:
|
#13
|
||||
|
||||
Yeah you can always switch to it easily if need be.
|
#14
|
||||
|
||||
I have been running SSL on my entire forum since I first setup my forum. I have it enabled throughout the entire forum, not just on the Login Page. I haven't had any problems at all, and my forum still loads very very fast. Actually, I tested my site on a few speed test sites, and it says my site is about faster then 75%+ of all sites tested. And my site is heavily customized with a bunch of custom addons made by me, and a lot of custom CSS/HTML.
HTTPS doesn't really make your site slower, as long as your server network has a decent speed, you should be fine. My server runs on a Fiber Network with its own dedicated IP, 90Mbps Upload and 90Mbps Download. If you can afford it, SSL/HTTPS is the way to go. It tells your users that you care about their security and privacy, and it also makes your forum look more legit and professional. (Even though you really don't need SSL on a forum. But its never a bad idea to run SSL) |
#15
|
||||
|
||||
On a side thought anyone find a work around for rss feed coming in to a https site? I get the icon showing dual security on content. Thanks.
|
#16
|
||||
|
||||
Quote:
I'm not sure if URLs posted by members affect the Mixed Content Warning or not, but I have a custom Anonym URL Redirect Addon that I created. My addon redirects all URL's that is not on the Whitelist, and redirects the user to the URL anonymously. I have it setup on one of my other Top Level Domains, I made the domain just for my addon. The URL shows up like this in posts - https://ttechg.link/?http://example.com You can see the URL is not HTTP, but it redirects to the HTTP url, that way users will not get the Mixed Content Warning. If you want to use my custom addon on your forum, let me know. I did release it on vB.org, but I haven't released the updated version yet. Its because from developing the addon, I have the files scattered around my server. I have to get all of the files together, and clean it up a bit before I release it. But if you need it now, I can get the files together and send you a copy. And I can walk you through the setup process. You can either install it on your forum domain and have it in its own directory, or you can install it on its own domain like how I have it. My Forum - https://thetechgenius.net My URL Anonym Redirect Addon - https://ttechg.link |
#17
|
|||
|
|||
Why would posting a link cause mixed content warnings? If it isn't producing an image or script then it should be fine.
Also look into SPDY if your running SSL as it makes your site faster and that is what sizes such as google use. The only thing I had to do was create a small image proxy to keep images from producing mixed content messages. https://www.canesinsight.com |
#18
|
||||
|
||||
I'm pulling RSS feed in from feedburner which apparently is not capable of https....
--------------- Added [DATE]1422936046[/DATE] at [TIME]1422936046[/TIME] --------------- Here is all the http links in the page source that I would like to move to https: http://data-vocabulary.org/Breadcrumb http://www.w3.org/1999/xhtml http://www.facebook.com/2008/fbml http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd http://feeds.feedburner.com/reuters/ytaq?format=sigpro Plus a few links at the bottom for the mods that are regular http... Any advice? Thanks. --------------- Added [DATE]1422936219[/DATE] at [TIME]1422936219[/TIME] --------------- Quote:
|
#19
|
|||
|
|||
Quote:
https://feeds.feedburner.com/reuters/ytaq?format=sigpro |
#20
|
||||
|
||||
Quote:
Thanks! I know it did not, maybe they changed something. Will check it out... It worked thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|