IntelliJ error: "Empty response from server" - Run/Debug Configuration for a remote GlassFish

IntelliJ error: "Empty response from server" - Run/Debug Configuration for a remote GlassFish

我正在尝试将我的远程 glassfish 5.1 服务器与我的 IntelliJ IDEA 2020.1 相关联 但我收到错误:

Error running 'GlassFish 51': Unable to connect to the example.com:4848, reason: com.intellij.javaee.process.common.WrappedException: java.io.IOException: com.sun.enterprise.admin.remote.RemoteFailureException: Empty response from server.

远程服务器正在 运行 并且可以在地址 example.com:4848 打开 Glassfish 远程管理控制台。这些是我的设置: (模糊的主机名是我的远程服务器的域名。说example.com

第一张图片上的用户名和密码与我进入Glassfish远程管理控制台时成功使用的相同。

如何启用连接?我可以添加更多配置的屏幕截图,并在需要时添加更多信息。

解决方案是打开一个选项使用 SSL 连接。奇怪但有帮助。我没有在该 Web 服务器上对 SSL 做任何事情。 url是http类型,不是https...