-
Hello.
In an open network perimeter i use dnscrypt-proxy without any problem. Linux --> middle-http-proxy [1] --> main-proxy [2] --> internet This network tunnel works perfect with OS, curl (using [1] proxy) and any other tool passing through http proxy (connect). DEBUGGING
does not produces any output 🥲 From the other open network perimeter i can get,
Is there a workaround to get rid of the issue? Thanks 🙏🙏🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I saw i'm using an old version. Tomorrow i'll update building to new version 2.1.7. Meanwhile, is there not a parameter, similar to the curl,
to make connection also if there is not a perfect certificate resolution? |
Beta Was this translation helpful? Give feedback.
Made dnscrypt-proxy running on
middle-http-proxy [1]
where there are all root ca certificates installed and configured,Linux --> middle-http-proxy [1] --> main-proxy [2] --> internet
And works fine 👍
+++
Also installed the root ca certificate in
Linux
host, and now tls works fine 👍Linux --> middle-http-proxy [1] --> main-proxy [2] --> internet
+++
So, now, i have
1 or the local private dns proxy on local
Linux
host2 or the public dns proxy inside
middle-http-proxy [1]
👍👍👍