ScSSHClient.Disconnect on iOS

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
Daniele Buttarelli
Posts: 56
Joined: Fri 02 Aug 2013 07:51

ScSSHClient.Disconnect on iOS

Post by Daniele Buttarelli » Tue 22 Oct 2013 10:04

RAD Studio XE4 Update1 + Mobile
SecureBridge 6.1.2
iOS 6.1.3

I have a problem using ScSSHClient on iOS.
Connection work properly but when I call ScSSHClient.Disconnect nothing happens and the client is not disconnected.
Event AfterClientDisconnect of ScSSHServer is never fired.
This is the configuration of my components:

object ScSSHClient: TScSSHClient
HostName = 'XXXXXXX'
Port = 2222
User = 'XXXXX'
Password = 'XXXXX'
KeyStorage = ScFileStorage
OnServerKeyValidate = ScSSHClientServerKeyValidate
end
object ScSSHChannel: TScSSHChannel
Client = ScSSHClient
SourcePort = 1520
DestHost = '127.0.0.1'
DestPort = 1521
GatewayPorts = True
Timeout = 15
end

How can I solve this problem?
Thanks.
Best regards.
Daniele Buttarelli

Daniele Buttarelli
Posts: 56
Joined: Fri 02 Aug 2013 07:51

Re: ScSSHClient.Disconnect on iOS

Post by Daniele Buttarelli » Tue 22 Oct 2013 15:47

I also tried to connect and disconnect only the ScSSHClient (without using ScSSHChannel) but nothing has changed.
ScSSHClient.Disconnect doesn't work on iOS :(

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: ScSSHClient.Disconnect on iOS

Post by Dimon » Wed 23 Oct 2013 10:09

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next SecureBridge build.

Daniele Buttarelli
Posts: 56
Joined: Fri 02 Aug 2013 07:51

Re: ScSSHClient.Disconnect on iOS

Post by Daniele Buttarelli » Wed 23 Oct 2013 10:12

Can you send me a patched version of SecureBridge 6.1.2 for Delphi XE4 and Delphi XE2?
Thanks.
Daniele Buttarelli

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: ScSSHClient.Disconnect on iOS

Post by Dimon » Wed 23 Oct 2013 10:31

Please contact us by dmitryg*devart*com email and specify your developer license number.

Daniele Buttarelli
Posts: 56
Joined: Fri 02 Aug 2013 07:51

Re: ScSSHClient.Disconnect on iOS

Post by Daniele Buttarelli » Wed 23 Oct 2013 10:39

I just sent you an email.
Best regards.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: ScSSHClient.Disconnect on iOS

Post by Dimon » Fri 25 Oct 2013 14:22

We have answered you by e-mail.

Post Reply