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
Copy file name to clipboardexpand all lines: package.json
+5
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