Hi all,
Quick question about using SSL... I am running PHP/MySQL/Apache, and
currently am just using session variables to log users in. Obviously I
would like to make this more secure, i.e. in conjunction with SSL, BUT I
remember hearing awhile back that using SSL drastically cuts down the
number of users a server can handle, and/or slows all accesses down, I
would assume because of the whole encryption/decryption process. Is
this true, and if so, does anyone know of any hard data as to how it
affects it, or maybe links to documentation?
I have Googled this for the past half hour or so and amazingly can find
nothing on the matter, so either I am searching all the wrong keywords
or this is not an issue. Thanks in advance.
Marcus
Quick question about using SSL... I am running PHP/MySQL/Apache, and
currently am just using session variables to log users in. Obviously I
would like to make this more secure, i.e. in conjunction with SSL, BUT I
remember hearing awhile back that using SSL drastically cuts down the
number of users a server can handle, and/or slows all accesses down, I
would assume because of the whole encryption/decryption process. Is
this true, and if so, does anyone know of any hard data as to how it
affects it, or maybe links to documentation?
I have Googled this for the past half hour or so and amazingly can find
nothing on the matter, so either I am searching all the wrong keywords
or this is not an issue. Thanks in advance.
Marcus
Comment