Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SERVER ALERT: Fatal - Unexpected Message #35

Open
andrew-paes opened this issue Sep 22, 2021 · 0 comments
Open

SERVER ALERT: Fatal - Unexpected Message #35

andrew-paes opened this issue Sep 22, 2021 · 0 comments

Comments

@andrew-paes
Copy link

Hi,

I'm trying to "amqp.publish" a message from my Postgre under TLS, but I'm having the following error:

2021-09-22 18:18:42.990700-03:00 [notice] <0.2088.0> TLS server: In state hello at tls_record.erl:558 generated SERVER ALERT: Fatal - Unexpected Message
2021-09-22 18:18:42.990700-03:00 [notice] <0.2088.0> - {unsupported_record_type,65}
2021-09-22 18:19:09.154499-03:00 [notice] <0.2124.0> TLS server: In state hello at tls_record.erl:558 generated SERVER ALERT: Fatal - Unexpected Message
2021-09-22 18:19:09.154499-03:00 [notice] <0.2124.0> - {unsupported_record_type,65}
2021-09-22 18:23:15.848775-03:00 [notice] <0.2530.0> TLS server: In state hello at tls_record.erl:558 generated SERVER ALERT: Fatal - Unexpected Message
2021-09-22 18:23:15.848775-03:00 [notice] <0.2530.0> - {unsupported_record_type,65}

While using my .Net Core Service as a producer, I set my SSL Option as TLS 1.2 and everything worked fine, sending message to my RmQ.

Also from Postgre I could send successfully over HTTP (port 5672).

Am I missing any config to allow my Postgre or PG_AMQP to send message over SSL?

Thanks in advance,
Andrew Paes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant