Sobre o openwrt dnscrypt

1

Estou hospedado em um servidor dnscrypt, usando dnscrypt-server-docker ( link )

E eu testo no meu Mac OS X, funciona bem

$ sudo dnscrypt-proxy \                            
    --provider-key=xxxx \
    --resolver-address=xxxx:xxxx \
    --provider-name=2.dnscrypt-cert.xxxx.org 

[NOTICE] Starting dnscrypt-proxy 1.6.0
[INFO] Generating a new session key pair
[INFO] Done
[INFO] Server certificate #808464433 received
[INFO] This certificate looks valid
[INFO] Chosen certificate #808464433 is valid from [2015-12-09] to [2015-12-10] [INFO] Server key fingerprint is xxxxx
[NOTICE] Proxying from 127.0.0.1:53 to xxxx:xxxx

Mas quando eu executo com o openwrt, está errado.

[NOTICE] Starting dnscrypt-proxy 1.6.0
[INFO] Generating a new session key pair
[INFO] Done
[INFO] Server certificate #808464433 received
[INFO] This certificate has not been activated yet
[ERROR] No useable certificates found
[INFO] Refetching server certificates
[INFO] Server certificate #808464433 received
[INFO] This certificate has not been activated yet
[ERROR] No useable certificates found

Eu tento atualizar o proxy dnscrypt, mas não funciona mesmo.

Como posso corrigir isso?

    
por Specode 09.12.2015 / 04:09

1 resposta

0

É um problema de fuso horário, por isso meus certificados não podem verificar a aprovação.

Resolva: servidor e cliente usando algum fuso horário.

    
por 07.01.2016 / 08:03