SSL and Non-ssl conncections

  • Follow


I am planning on setting up a currently running server to allow SSL
connections. Since there are currently non-ssl connections being made,
if I setup the server with SSL, will I still be able to connect
without SSL? This is important as I try to modify the PHP connection
scripts and test everything out. If something goes wrong, I want to be
able to go back and look at it without needing to panic.
0
Reply mtuller 1/25/2008 10:33:38 PM

> I am planning on setting up a currently running server to allow SSL
> connections. Since there are currently non-ssl connections being made,
> if I setup the server with SSL, will I still be able to connect
> without SSL? This is important as I try to modify the PHP connection
> scripts and test everything out. If something goes wrong, I want to be
> able to go back and look at it without needing to panic.

If you are running Linux, you can use "localhost" to use a socket file
instead of a network.

If I look at the GRANT syntax, it appears that you can also force the
use of SSL per user.

Best regards,
-- 
Willem Bogaerts

Application smith
Kratz B.V.
http://www.kratz.nl/
0
Reply Willem 1/28/2008 8:24:48 AM


1 Replies
215 Views

(page loaded in 0.053 seconds)

Similiar Articles:













7/20/2012 6:47:30 AM


Reply: