-
Notifications
You must be signed in to change notification settings - Fork 178
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
NoAddressFound on some endpoints #337
Comments
Are you using latest master or running on On master(using the native certificate store) I get the following:
Thus, the |
I am using:
and that should be rather "fresh":
|
Ok, right, Can you run it with I still think it's the server that rejects the connection because that endpoint is not allowed for the "public" or something but that's just a pure guess. Still, it doesn't work with
|
Here is the requested test, I was about to say it works but the response seems to be truncated actually.
|
Here are the details using my example.
Code example
|
This issue could be related to #320.
I am using
WsClientBuilder::default().build(&url)
to connect to various endpoints.Most endpoints work, that includes:
The following however, fail with
Transport(NoAddressFound)
:The text was updated successfully, but these errors were encountered: