Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Session: RemoteEncryption = false and incorrect RemoteEncryptionPassword
Wed, Nov 19 2008 10:14 AMPermanent Link

Piotr F
Hi,

This is a bug or feature?
 //...
 mySession.RemoteEncryptionPassword := 'invalidpassword';
 mySession.RemoteEncryption := false; {!}
 mySession.Connected := true; //<--- exception #501

In help we can read: "(...) RemoteEncryption property indicates whether the session's
connection to the ElevateDB Server will be encrypted using the
RemoteEncryptionPassword property" - but RemoteEncryption is set to false...

--
best regards,
Piotr F
Wed, Nov 19 2008 2:19 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Piotr,

<< This is a bug or feature?
 //...
 mySession.RemoteEncryptionPassword := 'invalidpassword';
 mySession.RemoteEncryption := false; {!}
 mySession.Connected := true; //<--- exception #501 >>

The login sequence is always encrypted using the encryption password,
therefore the encryption password must still be valid, even for un-encrypted
remote sessions.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image