相关疑难解决方法(0)

dig(DNS Lookup)在Windows上指定DNS服务器

在Linux中,我将使用dig以下命令指定DNS服务器127.0.0.1:

dig google.com @127.0.0.1
Run Code Online (Sandbox Code Playgroud)

我为windows(choco install bind-toolsonly)安装了Bind工具.我该如何运行相同的命令?我收到以下错误:

PS C:\Users\jhilden> dig google.com @127.0.0.1
At line:1 char:21
+ dig google.com @127.0.0.1
+                     ~
Missing property name after reference operator.
At line:1 char:16
+ dig google.com @127.0.0.1
+                ~~~~
The splatting operator '@' cannot be used to reference variables in an
expression. '@127' can be used only as an argument to a command. To
reference variables in an expression use '$127'.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + …

dns powershell dig

11
推荐指数
2
解决办法
2万
查看次数

Cloudflare Rails SSL错误

我在ubuntu服务器上的nginx上运行了一个完全正常工作的Rails应用程序.我在我的应用上添加了Cloudflare.然后,我在需要登录的页面上收到此错误:

SSL connection error
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error code: ERR_SSL_PROTOCOL_ERROR
Run Code Online (Sandbox Code Playgroud)

我的网站可以从登录页面和其他非交互式静态页面访问.

我还注意到,当它重定向到错误页面时,DNS成为URL上的IP地址,然后是相应的目录.

我不知道接下来要去哪儿.

此外,当我查看有关URL的网站信息时,它说

The identity of this website has not been verified.

ssl ruby-on-rails nginx cloudflare

5
推荐指数
1
解决办法
1445
查看次数

标签 统计

cloudflare ×1

dig ×1

dns ×1

nginx ×1

powershell ×1

ruby-on-rails ×1

ssl ×1