Hi, 2011/10/17 André Schild <[email protected]>: >> Well Mysql has SSL capabilities. I don't know if the SOPE/SOGo client >> supports them however. >> Alternatively, a SSH port forward is always a good option. especially if >> it is just for testing. Quick and easy. >> >> This will forward the local 'mysql' port to 'remote.host' (man ssh for >> option info): >> ssh -TNf -L 3306:127.0.0.1:3306 [email protected] >> > Just a normal plain ipsec (or openvpn) tunnel is most of the time the best > solution. > They are very well tested and you can tunnel many things trough them.
Thanks for the tips! I should have thought about ssh port forwarding myself. If I need a more permanent remote solution I will check MySQL SSL support and VPN possibilities. Cheers, Peter -- [email protected] https://inverse.ca/sogo/lists
