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
This allows using a specific hostname for the TLS connection, this is
useful when the tls cert does not match the hostname of the server which
can be used for testing.
Copy file name to clipboardExpand all lines: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,11 @@
88
88
"type": "string",
89
89
"default": ""
90
90
},
91
+
"coder.tlsAltHost": {
92
+
"markdownDescription": "Alternative hostname to use for TLS verification. This is useful when the hostname in the certificate does not match the hostname used to connect.",
93
+
"type": "string",
94
+
"default": ""
95
+
},
91
96
"coder.proxyLogDirectory": {
92
97
"markdownDescription": "If set, the Coder CLI will output extra SSH information into this directory, which can be helpful for debugging connectivity issues.",
0 commit comments