This is mainly for pmegan because I know you do it - but if anyone else wants to chime in 
I was wondering.. how are you going about establishing your OleDB connection to your RES sites? I ask because I have a customer with 27 stores that I'm considering doing something similar for. The problem is, we had another site that opened the SQL port themselves without even consulting us. It bit them in the ass because they failed a PCI audit when their network was scanned. Apparenlty its a no-no to have that port open?
Do you do some kind of VPN system, or do you just have the port opened (and maybe opened on a different port number)? Do you know if there is anyway to establish SSL on the connection with sybase? Getting certificates is no problem, but I don't really see anywhere to set something like that up.
If you can't do the SSL approach, I suppose at the very least I might just end up writing the scripts in to open an SSH tunnel when it needs the data, but I wanted to hear your thoughts on that first.
Thanks!
I was wondering.. how are you going about establishing your OleDB connection to your RES sites? I ask because I have a customer with 27 stores that I'm considering doing something similar for. The problem is, we had another site that opened the SQL port themselves without even consulting us. It bit them in the ass because they failed a PCI audit when their network was scanned. Apparenlty its a no-no to have that port open?
Do you do some kind of VPN system, or do you just have the port opened (and maybe opened on a different port number)? Do you know if there is anyway to establish SSL on the connection with sybase? Getting certificates is no problem, but I don't really see anywhere to set something like that up.
If you can't do the SSL approach, I suppose at the very least I might just end up writing the scripts in to open an SSH tunnel when it needs the data, but I wanted to hear your thoughts on that first.
Thanks!