Skip to content

Commit

Permalink
solver
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfan committed Apr 14, 2021
1 parent 3c6865c commit 17dceba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bugs/webexp-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ transport := &http.Transport{
```
3. 超时问题,超时说明到网关是通的,先ping之类的做测试。一般是目标机器出现问题,或者他们防火墙问题。
4. 程序连接数问题,一般是跳动的才是正常的。

#### acme问题
```
www.xxx.cn 签发失败: get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get "https://acme-v02.api.letsencrypt.org/directory": dial tcp: lookup acme-v02.api.letsencrypt.org on 127.0.0.11:53: server misbehaving
```
1. 解析不对,进入app这个容器内部,执行 echo '172.65.32.248 acme-v02.api.letsencrypt.org' > /etc/hosts

0 comments on commit 17dceba

Please sign in to comment.