You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on my application i connecting to my rabbbitmq hosted on AWS.
factory = new ConnectionFactory()
{
HostName = "XXX",
Port = 5671,
Password = "XXX",
UserName = "XXX",
}
This connection works very well on Debug mode on IIS Express. But when i publish my app on my IIS Server on a Windows machine i get following exception:
RabbitMQ.Client.Exceptions.BrokerUnreachableException\r\n\r\nNone of the specified endpoints were reachable\r\n\r\nSystem.AggregateException:
One or more errors occurred. (Authentication failed because the remote party sent a TLS alert:
'InsuffientSecurity'.)\r\n ---> System.Security.Authentication.AuthenticationException: Authentication failed because the remote party sent a TLS alert:
'InsuffientSecurity'.
Someone had this issue too and can help me?
RabbitMQ.Client Version: 6.5.0
IIS Version: 8
Windows: Windows Server 12
This discussion was converted from issue #1474 on January 15, 2024 16:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Describe the bug
Hello,
on my application i connecting to my rabbbitmq hosted on AWS.
This connection works very well on Debug mode on IIS Express. But when i publish my app on my IIS Server on a Windows machine i get following exception:
Someone had this issue too and can help me?
RabbitMQ.Client Version: 6.5.0
IIS Version: 8
Windows: Windows Server 12
Reproduction steps
...
Expected behavior
Connect to RabbitMQ without exception :D
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions