首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >关于openwrt泼冷水

关于openwrt泼冷水
EN

Unix & Linux用户
提问于 2015-12-09 03:09:06
回答 1查看 686关注 0票数 2

我自己托管了一个dnscrypt服务器,使用dnscrypt server -docker (https://github.com/jedisct1/dnscrypt-server-docker)

我在我的mac os x上测试它,它工作得很好

代码语言:javascript
复制
$ 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

但是当我使用openwrt运行它时,它是错误的。

代码语言:javascript
复制
[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

我试着升级dnscrypt代理,但是不起作用。

我怎么才能修好它?

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2016-01-07 07:03:53

这是一个时区问题,所以我的证书无法验证通过。

解决方案:服务器和客户端使用一些时区。

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/248234

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档