[rabbitmq-discuss] facing issues with the SSL implementations with RabbitMQ + Windows + .Net
Abhijit
abhijit.sinha at kiprosh.com
Wed Aug 10 11:30:26 BST 2011
yes sir
no problem i thought so after looking at client cmd lines i did put
slash instead of dot, and now am getting this errors:
> AMQP server protocol negotiation failure: server version
> unknown-unknown, client version 0-9
Can you tell me what are next steps?
Thanks and Regards,
Abhijit
On 8/10/2011 3:57 PM, Alexandru Scvorţov wrote:
>> Am still getting the same error am using the same config file.
>>
> Ok, but are you sure it's actually the file used by the server? (we had
> some problems earlier about which file the server was using when started
> from the command prompt or as a service)
>
>
>>> openssl s_server -accept 5671 -CAfile testca/cacert.pem -cert
>>> server/cert.pem -key server.key.pem -state
>>>
> My mistake. That should be:
> openssl s_server -accept 5671 -CAfile testca/cacert.pem -cert
> server/cert.pem -key server/key.pem -state
>
> (dot instead of slash in server.key.pem)
>
> BTW, if they're disposable, could you send the certificates and keys?
> We've had problems before with the certificates generated by OpenSSL,
> which were usually solved by using a different version. Maybe this is
> happening here.
>
> Cheers,
> Alex
>
> On Wed, Aug 10, 2011 at 03:46:39PM +0530, Abhijit wrote:
>
>> hi sir,
>>
>> Am still getting the same error am using the same config file.
>>
>> But i was not able to run this command you sent me:
>>
>>
>>> openssl s_server -accept 5671 -CAfile testca/cacert.pem -cert
>>> server/cert.pem -key server.key.pem -state
>>>
>> was getting an error: unable to load server certificate private key file.
>>
>> Thanks and Regards,
>> Abhijit
>>
>>
>>
More information about the rabbitmq-discuss
mailing list