乌鸦数据库:"Make sure the port is open."

RavenDB : "Make sure the port is open."

我想通过它的设置向导设置 4.0.4 RavenDB,但它一直说我的端口 443 没有打开。

Error Message

在我的 Settings 中,我仔细检查了 IP 地址。 192.168.1.28 是我的电脑。 一切安好。 38889 只是一个测试。

在我的Firewall port settings, everything looks ok : NAT/PAT

与 Windows Firewall

相同

顺便说一句,在你 link 给我之前,我已经读过了 https://ravendb.net/docs/article-page/4.0/csharp/server/security/common-errors-and-faq

如果有人能提供帮助,我将不胜感激:)

预先感谢您的每一个回答。

这通常意味着有东西占用了那个端口。 这通常是 SkypeIIS。 以下是计算方法 (PowerShell):

PS C:\> Get-Process -id (Get-NetTCPConnection -LocalPort 443).OwningProcess

Handles  NPM(K)    PM(K)      WS(K)     CPU(s)     Id  SI ProcessName
-------  ------    -----      -----     ------     --  -- -----------
   1855      78   136472      76416   2,115.61  12812   1 Skype

在我的机器上,您可以看到 Skype 确实打开了这个端口。您可以使用以下方式更改它: