Re: Encrypting JDBC

2005-05-04 Thread Barney Boisvert
http://www.google.com/search?q=jdbc+encryption Looks like it's probably doable, but not a built-in feature that you can just click a checkbox for. cheers, barneyb On 5/4/05, Nathan Mische [EMAIL PROTECTED] wrote: Is it possible to encrypt the JDBC connection between ColdFusion and the

RE: Encrypting JDBC

2005-05-04 Thread Damien McKenna
I would suggest doing a VPN instead, if possible. Windows includes its own VPN system or you might want to try http://www.openvpn.net/ which is multi-platform. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include

RE: Encrypting JDBC

2005-05-04 Thread Dave Watts
Is it possible to encrypt the JDBC connection between ColdFusion and the database server? I'm using CFMX 7 Standard and MS SQL Server 2000. Yes. Microsoft recommends using SSL for encrypting database connections; this is supported within MS SQL Server 2000. However, I don't think the

Re: Encrypting JDBC

2005-05-04 Thread Nathan Mische
Thanks everyone for the suggestions. --Nathan On 5/4/05, Dave Watts [EMAIL PROTECTED] wrote: Is it possible to encrypt the JDBC connection between ColdFusion and the database server? I'm using CFMX 7 Standard and MS SQL Server 2000. Yes. Microsoft recommends using SSL for encrypting