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
I wanted to connect to RabbitMQ server from an Angular application running in my iPad.
I changed the RabbitMQ broker URL to wss://:15673/ws so that we are not referring to loop back ip.
But with this I am not able to connect to RabbitMQ server. I am connecting from the same machine.
How can connect to RabbitMQ server by providing the server IP address/hostname?
I am getting an error in the client SEC_ERROR_REUSED_ISSUER_AND_SERIAL with Firefox (as attached).
When I checked the server certificate that I created using tls-gen I could see serial number as '01', it looks like gets conflicted with some other certificate with the same serial number.
How can I generate a certificate with unique serial number using tls-gen?
Thanks
Basanth
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to connect to RabbitMQ server from an Angular application running in my iPad.
I changed the RabbitMQ broker URL to wss://:15673/ws so that we are not referring to loop back ip.
But with this I am not able to connect to RabbitMQ server. I am connecting from the same machine.
How can connect to RabbitMQ server by providing the server IP address/hostname?
I am getting an error in the client SEC_ERROR_REUSED_ISSUER_AND_SERIAL with Firefox (as attached).
When I checked the server certificate that I created using tls-gen I could see serial number as '01', it looks like gets conflicted with some other certificate with the same serial number.
How can I generate a certificate with unique serial number using tls-gen?
Thanks
Basanth
The text was updated successfully, but these errors were encountered: