Hello!

Currently developing a FTP module where the data is tunneled trough SSL. 

The negotiation to the server starts with a https request followed by a https 
response. (SslWrite / SslRead)

Works fine so far.

And now the tunnel protocol starts. My problem is that I can't make more 
SslWrite. SslWrite returns 'netErrTimeout'.

I've tried several things like NetLibConnectionRefresh. I get samme error even 
if I send only 1 byte several times. (Loop with delay.) I also tried to check 
the socket abillity to write data with NetLibSelect, no problem here. Tried 
both SslWrite / SslSend with various setting.

The socket hasn't closed either. I watch all data inbetween and have full data 
flow logs on the server side.

Using CodeWarrior v9 latest patch and a Treo 650 device. I have made SSL 
tunnels on Symbian/PocketPC handhelds prior to this, but now i'm lost. =)


Please if anyone can give me a hint on this would appreciate it alot. I can 
write + write + read also, but any write after the read returns 'netErrTimeout'.


Regards
Stefan Ullgren
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to