diff --git a/src/commands/auth-choice.apply.api-providers.ts b/src/commands/auth-choice.apply.api-providers.ts index e1524f39009..23bce7c36f5 100644 --- a/src/commands/auth-choice.apply.api-providers.ts +++ b/src/commands/auth-choice.apply.api-providers.ts @@ -439,7 +439,7 @@ export async function applyAuthChoiceApiProviders( const gigachatMetadata: Record = { authMode: "oauth", scope: gigachatScope, - insecureTls: "true", + insecureTls: "false", }; await ensureApiKeyFromOptionEnvOrPrompt({ @@ -523,7 +523,7 @@ export async function applyAuthChoiceApiProviders( const basicMetadata: Record = { authMode: "basic", - insecureTls: "true", + insecureTls: "false", ...(gigachatBasicScope ? { scope: gigachatBasicScope } : {}), };