Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Network works
Screenshots

Additional context
I'm using a custom DNS setup with stubby DNS that works as it should, unsure if the application is at fault or the userenv is not correctly propagating the DNS config
Notify maintainers
@tesq0
Metadata
"x86_64-linux"Linux 5.4.63, NixOS, 21.03pre-git (Okapi)yesyesnix-env (Nix) 2.3.7"nixos-20.09pre242769.61525137fd1, nixpkgs, solaros""nixpkgs-20.09pre242495.3c0e3697520, solaros"/home/maciej/.nix-defexpr/channels/nixpkgsMaintainer information:
# a list of nixpkgs attributes affected by the problem
attribute:
- unityhub
# a list of nixos modules affected by the problem
module:
I'm getting the same thing, and I don't have any special DNS settings. I suspect it has something to do with:
Curl error 35: Cert handshake failed. verify result: UNITYTLS_X509VERIFY_FATAL_ERROR. error state: 7
EDIT: I found the issue; It's missing a dependency (cacert), if I can find time I'll create a PR tomorrow
Most helpful comment
I'm getting the same thing, and I don't have any special DNS settings. I suspect it has something to do with:
EDIT: I found the issue; It's missing a dependency (
cacert), if I can find time I'll create a PR tomorrow