godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.58k stars 168 forks source link

connection error #412

Closed wayrboy closed 2 years ago

wayrboy commented 2 years ago

Godot version

v3.5.stable.official [991bb6ac7]

VS Code version

1.70.0

Godot Tools VS Code extension version

1.3.1

System information

windows 10

Issue description

PS H:\godot\newFengXue> &"G:\SteamLibrary\steamapps\common\Godot Engine\godot.windows.opt.tools.64.exe" --path "h:\godot\newFengXue" -e PS H:\godot\newFengXue> Godot Engine v3.5.stable.official.991bb6ac7 - https://godotengine.org OpenGL ES 3.0 Renderer: GeForce RTX 2070/PCIe/SSE2 Async. shader compilation: OFF

thirdparty/mbedtls/library/ssl_tls.c:2702: x509_verify_cert() returned -9984 (-0x2700) ERROR: TLS handshake error: -9984 at: _do_handshake (modules/mbedtls/stream_peer_mbedtls.cpp:87) mbedtls error: returned -0x2700

Steps to reproduce

image image

Calinou commented 2 years ago

There's a typo in the LSP server host address you wrote in the settings. It should be 127.0.0.1, not 127.0.01.

atirut-w commented 2 years ago

Close, then?