Re: Problems with SSL_read() - SSL_ERROR_SYSCALL

2007-08-01 Thread Arun Singarajipura
Hi, This looks more like a network issue than programming issue. The same server when tested from a different network, it works without problems. Warm Regards, Arun S. On 7/31/07, jimmy bahuleyan <[EMAIL PROTECTED]> wrote: > > Arun Singarajipura wrote: > > Hi, > > > > Thanks for the reply. > >

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL

2007-07-31 Thread jimmy bahuleyan
Arun Singarajipura wrote: > Hi, > > Thanks for the reply. > > I used WSAGetLastError() just after SSL_read() and the result of this is > "*Read failed with error 10054: An existing connection was forcibly closed > by the remote host."* well if the remote side is also your code, you could try deb

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL

2007-07-30 Thread Arun Singarajipura
Hi, Thanks for the reply. I used WSAGetLastError() just after SSL_read() and the result of this is "*Read failed with error 10054: An existing connection was forcibly closed by the remote host."* Warm regards, Arun S. ** On 7/31/07, jimmy bahuleyan <[EMAIL PROTECTED]> wrote: > > > Hi, > > Ar

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL

2007-07-30 Thread jimmy bahuleyan
Hi, Arun Singarajipura wrote: > Hi All, > > we are working on client - server architecture. We are using openssl for > communication. > My problem is that - while transferring data, SSL_read() always fails (after > transferring few KB of data). > The follwoing error is returned - > -

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL / EOF - SOLVED

2004-12-08 Thread Louis LeBlanc
On 12/08/04 11:44 AM, Louis LeBlanc sat at the `puter and typed: > > > Ok, I finally figured this one out. > > It was the cipher list after all. > > My initial configuration used the list [EMAIL PROTECTED], which was intended > to maximize the list of ciphers used while giving preference to we

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL / EOF - SOLVED

2004-12-08 Thread Louis LeBlanc
On 11/22/04 02:20 PM, Louis LeBlanc sat at the `puter and typed: > Hey everyone. Been a long time since I've been able to spend much time > on SSL code, but here I am again. > > My app is a client side HTTP/HTTPS application, and the problem that > recently showed up (more likely it was just rece

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL / EOF

2004-11-30 Thread Louis LeBlanc
On 11/24/04 02:19 PM, Louis LeBlanc sat at the `puter and typed: > > > > Have you tried connecting using s_client? I suggest you try it with > > -bugs and possibly also restricting the ciphersuites in use too and > > possibly the SSL protocols too. > > Now that sheds a little light. It comes th

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL / EOF

2004-11-24 Thread Louis LeBlanc
On 11/24/04 05:33 PM, Dr. Stephen Henson sat at the `puter and typed: > On Wed, Nov 24, 2004, Louis LeBlanc wrote: > > > On 11/23/04 10:47 PM, Dr. Stephen Henson sat at the `puter and typed: > > > On Tue, Nov 23, 2004, Louis LeBlanc wrote: > > > > > > > Does the connection seem otherwise OK and y

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL / EOF

2004-11-24 Thread Dr. Stephen Henson
On Wed, Nov 24, 2004, Louis LeBlanc wrote: > On 11/23/04 10:47 PM, Dr. Stephen Henson sat at the `puter and typed: > > On Tue, Nov 23, 2004, Louis LeBlanc wrote: > > > > > Does the connection seem otherwise OK and you just get this error after all > > data has been transferred? > > Yes. The con

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL / EOF

2004-11-24 Thread Louis LeBlanc
On 11/23/04 10:47 PM, Dr. Stephen Henson sat at the `puter and typed: > On Tue, Nov 23, 2004, Louis LeBlanc wrote: > > > Does the connection seem otherwise OK and you just get this error after all > data has been transferred? Yes. The connection is established at the socket level - nonblocking i

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL / EOF

2004-11-23 Thread Dr. Stephen Henson
On Tue, Nov 23, 2004, Louis LeBlanc wrote: > On 11/22/04 02:20 PM, Louis LeBlanc sat at the `puter and typed: > > Hey everyone. Been a long time since I've been able to spend much time > > on SSL code, but here I am again. > > > > My app is a client side HTTP/HTTPS application, and the problem t

Re: Problems with SSL_read() - SSL_ERROR_SYSCALL / EOF

2004-11-23 Thread Louis LeBlanc
On 11/22/04 02:20 PM, Louis LeBlanc sat at the `puter and typed: > Hey everyone. Been a long time since I've been able to spend much time > on SSL code, but here I am again. > > My app is a client side HTTP/HTTPS application, and the problem that > recently showed up (more likely it was just rece