Problem with NGINX on MIPS processor

Hi,
I am trying to run nginx on a MIPS processor. In my NGINX server
configuration, i have used only worker process. When i try connecting
with
openssl s_client application, i am able to connect only once. After
this,
the first connection is closed and if i try connecting again, server
doesn’t
accept any connection. I have tried strace on the nginx server process
and
observed that worker process in busy in writing some data to the
closed(first) connection.

PS: i have tried the same experiment on x86 and didn’t face any such
issue.

Appreciate any help/suggestions regarding this issue.

Thanks
Ravichandra

Posted at Nginx Forum:

Hello!

On Mon, Aug 03, 2015 at 08:44:52AM -0400, mynidiravichandra wrote:

Appreciate any help/suggestions regarding this issue.

First of all I would recommend to try plain HTTP, without SSL.
This may be some SSL related problem, either in nginx or in
OpenSSL itself.


Maxim D.
http://nginx.org/

Thanks, Maxim. It was a problem in SSL code.

Ravichandra

Posted at Nginx Forum: