-
Notifications
You must be signed in to change notification settings - Fork 91
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
Cannot locate SRV record in docker container #375
Comments
Weird thing. If I nslookup domain only I will get different answers from docker and windows. Windows:
But docker seems can't find it:
May be it's relevant |
Hi! |
Wow! Thank you so much it worked! |
You're welcome. |
The goal is to keep 3rd party dependencies to a minimum. There aren't many Linux users of this library so there hasn't been a big demand, though that is changing. Another contributer started work on native DNS support but it hasn't gone anywhere recently. I suspect it was a bigger job than they thought it would be. #334 |
I thought there are many users of docker. Sound reasonable about 3d party. Thanks. |
I'm just basing that on cases I've debugged. Could be higher. There's no telemetry to say one way or another. Submissions to finish the PR are of course always welcome. |
I'm trying to authorize httpclient using following code:
On windows works perfect, but in docker container on same machine it doesn't work:
I tried nslookup on both environments, windows:
on docker container:
So seems that dns works fine.
Expected behavior
All works fine
What am I doing wrong?
The text was updated successfully, but these errors were encountered: