php - Do I need an SSL cert for a single page with MySQL DB call? -
i have 1 page site (based on $_get{} variable) redirects customer 1 of 2 websites.
i not collecting sensitive information wondering if need ssl certificate site based on sensitive db data 'potentially' being exposed?
the value used in mysql query, if there match, redirect - if no match found, redirect b.
honestly you've not provided enough information determine concern is, general answer ssl certificate isn't going protect access database security standpoint.
your needs sound simple, , long careful not allow sql injection coming query string variables should fine.
see more uses of ssl here: http://computing.ece.vt.edu/~jkh/understanding_ssl_tls.pdf
see more sql injection here: http://en.wikipedia.org/wiki/sql_injection
Comments
Post a Comment