Don't have a ton of experience with SSL and only recently started messing with TLS on my Apache server but question: Google makes mention of a 2048 bit certificate but most of the certificates I see are 128/256. Is this number referring to something else other than the strength of the encryption?
HTTPS as a ranking signal
31–40 of 212 posts
Re: HTTPS as a ranking signal
#32Earlier quoted context omitted.
That 100% static site can be monitored. Which pages you visit on it and what that says about you. Privacy is always valuable.
I'm not sure about "always". I run a site that provides counter information for League of Legends ( http://www.championcounter.com/ ) and I doubt very much my users will benefit at all from me moving over to HTTPS.
Encrypt.
Re: HTTPS as a ranking signal
#33Re: HTTPS as a ranking signal
#34Earlier quoted context omitted.
That 100% static site can be monitored. Which pages you visit on it and what that says about you. Privacy is always valuable.
I'm not sure about "always". I run a site that provides counter information for League of Legends ( http://www.championcounter.com/ ) and I doubt very much my users will benefit at all from me moving over to HTTPS.
Also some isps have been caught injecting ads into plain text web sites [1]. Do you want more ads on your site that you didn't put there?
[1] http://zmhenkel.blogspot.com/2013/03/isp-advertisement-injec...
Re: HTTPS as a ranking signal
#35Don't have a ton of experience with SSL and only recently started messing with TLS on my Apache server but question: Google makes mention of a 2048 bit certificate but most of the certificates I see are 128/256. Is this number referring to something else other than the strength of the encryption?
Messages like "your connection is encrypted with 256-bit encryption" don't tell you anything about the size of the RSA keys in use. During the TLS handshake, your browser and the server do public-key crypto to authenticate each other and share private information without a previously-known shared secret. Because public-key crypto is really, really slow, they then share a small secret (say, 128 or 256 bits), and use t…
Re: HTTPS as a ranking signal
#36Don't have a ton of experience with SSL and only recently started messing with TLS on my Apache server but question: Google makes mention of a 2048 bit certificate but most of the certificates I see are 128/256. Is this number referring to something else other than the strength of the encryption?
Re: HTTPS as a ranking signal
#37Re: HTTPS as a ranking signal
#38This is great, but it should also be a reminder that SSL is currently not possible for custom domains hosted on GitHub: https://konklone.com/post/github-pages-now-supports-https-so... . I hope a solution materializes eventually.
Re: HTTPS as a ranking signal
#39Would be more awesome if they offered free certificates and an API to renew them. Right now enabling https is not a one-time investment, since a new certificate has to be requested and installed each time the old one expires. Computers are supposed to bring down cost and automate tedious tasks, for https the opposite is the case. It’s worth mentioning that https://www.startssl.com/ does offer free certificates. But w…
An effective social network for website trust, combining cryptographic assurances with trust networks that already exist, is my dream.
(Edit: Clarify that the SSL CA model is flawed for the Internet at large, but has many useful applications elsewhere.)