[rabbitmq-discuss] Problem using SSL in .NET Client
    Simon MacMullen 
    simon at rabbitmq.com
       
    Tue Sep 17 10:52:36 BST 2013
    
    
  
On 17/09/13 10:39, Richard Jefferies wrote:
> RabbitMQ Dotnet Client version 2.4.1
> The compiler gives an error saying that the Certs property is read only.
Any particular reason you're using such an old version of the .net 
client? A quick search suggests that said Certs property used to be read 
only, but is not in more recent versions.
> I wonder if this is to do with not having the right version of one of
> the various platforms (OpenSSL, Erlang, RabbitMQ) or perhaps not having
> installed them in the right order or having missed some necessary
> configuration step.
If your code won't compile, the problem is quite likely to be in the client.
> I tried to determine if  there is an error in the configuration of
> OpenSSL by using werl.exe as recommended on RabbitMQ's SSL
> Troubleshooting page and typing in “ssl:versions()”, but this gives no
> result at all - werl.exe just outputs “1>”.
You need a full stop to terminate the expression. i.e. "ssl:versions()."
Cheers, Simon
-- 
Simon MacMullen
RabbitMQ, Pivotal
    
    
More information about the rabbitmq-discuss
mailing list