[rabbitmq-discuss] Issues with RabbitMQ, SSL and .NET

Alexandru Scvorţov alexandru at rabbitmq.com
Mon Sep 12 15:25:51 BST 2011


Dan's right.  The problem is this:

> When we tried s_server with .net client we get the following output
> after 30-45 secs

> Using default temp DH parameters
> Using default temp ECDH parameters
> ACCEPT
> bad gethostbyaddr

and this

> >endpoint=amqp-0-9://10.35.110.167:5671, attempts=1

So, if the certificate is issued for "host1", you need to connect to the
machine with something like:

  ConnectionFactory factory = new ConnectionFactory();
  factory.HostName = "host1";
  ...

I suppose our documentation could be clearer on that point.

Alex

On Mon, Sep 12, 2011 at 07:04:30AM -0700, Dan B wrote:
> >endpoint=amqp-0-9://10.35.110.167:5671, attempts=1
> 
> Try using the FQDN that matches the SSL cert.

> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss



More information about the rabbitmq-discuss mailing list