[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] RAQ550 General Questions
- Subject: RE: [cobalt-users] RAQ550 General Questions
- From: BSmith@xxxxxxxxxxx
- Date: Tue Sep 3 04:51:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
traffic, could be a little slow.
This looks quite interesting, I'll check it out. I'm a
little concerned about the security aspect though -
not just for this, but any time databases get queries
over an internet connection. https is fine when the
browser is involved, but not for direct db
connections.
Is there are way to set up a secure/encrypted
connection between, say an access db on machine A, to
mysql on machine B?
=====
Okay, if you worried about security. Use SSH, and forward
your port through your SSH tunnel. That way you are still
secure, and you do not have to worry about people seeing
your query, only some 3DES garbage going across the WAN.
~Brian.