installing dnscrypt-wrapper for centos
Hello guys
I hope I can get my answer in this forum.
I am newbie for centos, I want try to install dnscrypt-wrapper to my centos box.
I follow all instruction in https://github.com/Cofyc/dnscrypt-wrapper
but I have problems now, it seem my certificate that I created didn't works.
I tried to make new cert and copying it to dnscrypt-wrapper misc folder, but it didn't works either.
I am always get this warning when I try to login.
[root@alien-centos dnscrypt-wrapper]# ./dnscrypt-wrapper -r 8.8.8.8:53 -a 0.0.0.0:54 --crypt-secretkey-file=misc/crypt_secret.key --crypt-publickey-file=misc/crypt_public.key --provider-cert-file=misc/dnscrypt.cert --provider-name=2.dnscrypt-cert.yechengfu.com -VV
[35236] 14 May 14:42:27.448 [info] Crypt public key fingerprint: CC14:7FF8:74AC:EB97:D388:3C5D:BE31:888D:7A54:4F69:E435:5724:5D07:F482:7B42:4A34
[35236] 14 May 14:43:57.943 [debug] client to proxy cb
[35236] 14 May 14:43:58.945 [debug] client to proxy cb
[35236] 14 May 14:44:01.949 [debug] client to proxy cb
[35236] 14 May 14:44:07.957 [debug] client to proxy cb
[35236] 14 May 14:44:16.966 [debug] client to proxy cb
and in the proxy side i get this error
[root@alien-centos dnscrypt-proxy-1.4.0]# dnscrypt-proxy -a 127.0.0.1:55 --provider-name=2.dnscrypt-cert.yechengfu.com -r 127.0.0.1:54 --provider-key=0C48:29DF:CB89:8484:55DC:5DEA:1D79:717E:FF4A:69D9:B5CA:677C:F6A5:B149:0A89:D0EE
[NOTICE] Starting dnscrypt-proxy 1.4.0
[INFO] Initializing libsodium for optimal performance
[INFO] Generating a new key pair
[INFO] Done
[ERROR] Suspicious certificate received
[ERROR] No useable certificates found
[INFO] Refetching server certificates
[ERROR] Suspicious certificate received
[ERROR] No useable certificates found
[INFO] Refetching server certificates
[ERROR] Suspicious certificate received
[ERROR] No useable certificates found
[INFO] Refetching server certificates
[ERROR] Suspicious certificate received
[ERROR] No useable certificates found
[INFO] Refetching server certificates
[ERROR] Suspicious certificate received
[ERROR] No useable certificates found
if I use the server that available for public the proxy work fine, so the problems not within the dnscrypt proxy but in the warpper.
any suggestions to fix this problems?
thank you in advance
Please sign in to leave a comment.
Comments
0 comments