Re: [Lazarus] Encrypted connection between Lazarus and Firebird

2018-04-12 Thread Kamen Ketev via Lazarus
Thanks, Anthony Walter and Tony Whyman. Regards, Kamen > Оригинално писмо >От: Tony Whyman via Lazarus lazarus@lists.lazarus-ide.org >Относно: Re: [Lazarus] Encrypted connection between Lazarus and Firebird >До: lazarus@lists.lazarus-ide.org &

Re: [Lazarus] Encrypted connection between Lazarus and Firebird

2018-04-11 Thread Tony Whyman via Lazarus
The first question is a Firebird question. With Firebird 3, you can configure use of the Srp user authentication module and "over-the-wire" encryption. This should give you an encrypted connection between client and server. The settings for this are in the "firebird.conf" config file. This s

Re: [Lazarus] Encrypted connection between Lazarus and Firebird

2018-04-11 Thread Anthony Walter via Lazarus
Use a socket to connect, and make it encrypted. Or ssl ... it can work on any port, not just 443. https://technet.microsoft.com/en-us/library/ms189067(v=sql.105).aspx Or you could use ssh. http://www.firebirdfaq.org/faq113/ -- ___ Lazarus mailing list

[Lazarus] Encrypted connection between Lazarus and Firebird

2018-04-11 Thread Kamen Ketev via Lazarus
Can I make an encrypted connection between Lazarus and Firebird? What components should I use? Can I make an encrypted connection between Lazarus and Microsoft SQL Server? What components should I use? Regards, Kamen -- ___ Lazarus mailing list Lazar