CONNECT_FAILED_ERROR : All hosts failed DNS resolution
Answers
-
0
-
I cannot share the exact details, but url looks something like below:
url : tcps://abc.net:55443vpnName :abc_xyz
Username and password
0 -
i am trying the connection from my local machine and I am able to resolve the host from my system.
Also, I use the same details to connect from a backend service and it works. From UI it doesnt. When I open the solace dashboard using the address abc.net from my browser, I see the connection is not secure and ERR_CERT_AUTHORITY_INVALID. Could that be causing issue ?
0 -
Hey @tbhargava18 could you provide a code snippet on how you are attempting to connect to the broker?
Side note, did you get the chance of checking the solace community angular github repo? Might be helpful to get ideas on how to use angular with solace
0 -
Attached the code snippet
0 -
I tried changing the protocol to use ws://abc.net:55443 and I see it trying to establish a connection but I now get "CONNECTION_ERROR" subCode 44.
0