You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using traefik as the ingress on the k8s and using a self issued CA certificate. I am able to access dolphindb-webserver via HTTPS normally. however, when using vscode-extension I encounter error: self-signed certificate. I would like vscode-extension to support this case, just like wscat supports it with -n. Maybe vscode-extension also needs to support trustServerCertificate: true in dolphindb.connections.
The text was updated successfully, but these errors were encountered:
I'm using traefik as the ingress on the k8s and using a self issued CA certificate. I am able to access dolphindb-webserver via HTTPS normally. however, when using vscode-extension I encounter
error: self-signed certificate
. I would like vscode-extension to support this case, just likewscat
supports it with-n
. Maybe vscode-extension also needs to supporttrustServerCertificate: true
indolphindb.connections
.The text was updated successfully, but these errors were encountered: