We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fb1e4 commit 6b0fe15Copy full SHA for 6b0fe15
src/config.ts
@@ -254,7 +254,6 @@ export class KubeConfig implements SecurityAuthentication {
254
255
if (cluster && cluster.proxyUrl) {
256
if (cluster.proxyUrl.startsWith('socks')) {
257
- agentOptions.rejectUnauthorized = false;
258
agent = new SocksProxyAgent(cluster.proxyUrl, agentOptions);
259
} else if (cluster.server.startsWith('https')) {
260
const httpsProxyAgentOptions: HttpsProxyAgentOptions = agentOptions as HttpsProxyAgentOptions;
0 commit comments