Dear sir i have a problem。

Dir Sir

I have a problem when I load my CA certificate

I installed nginx in windows 2003 and XP for test

when I do not load CA certificate .crt and .key

it works so well

when i load local openssL CA certificate it works also so well

but when I load the CA certificate from STARTSSL or verisign

it ask me for Enter PEM pass phrase,

after I enter it…

the nginx does not work…

and has the erro report:

2010/11/23 21:48:40 [notice] 2504#2104:
WSAIoctl(SIO_GET_EXTENSION_FUNCTION_POINTER, WSAID_TRANSMITPACKETS)
failed (10022: An invalid argument was supplied)
2010/11/23 21:48:40 [notice] 2504#2104:
WSAIoctl(SIO_GET_EXTENSION_FUNCTION_POINTER, WSAID_DISCONNECTEX)
failed (10022: An invalid argument was supplied)
2010/11/23 21:48:43 [notice] 1676#272:
WSAIoctl(SIO_GET_EXTENSION_FUNCTION_POINTER, WSAID_TRANSMITPACKETS)
failed (10022: An invalid argument was supplied)
2010/11/23 21:48:43 [notice] 1676#272:
WSAIoctl(SIO_GET_EXTENSION_FUNCTION_POINTER, WSAID_DISCONNECTEX)
failed (10022: An invalid argument was supplied)
2010/11/23 21:48:48 [alert] 2504#2104: the event “ngx_master_2504” was
not signaled for 5s

I have this problem for many days

so i ask you for help

Hello!

On Tue, Nov 23, 2010 at 10:02:54PM +0800, Stewart xue wrote:

when i load local openssL CA certificate, it works also so well

but when I load the CA certificate from STARTSSL or verisign,

it ask me for Enter PEM pass phrase,

Removing pass phrase from your key file will likely help. This may
be done with openssl, i.e.

openssl rsa -in key.pem -out keyout.pem

Maxim D.