#8878·langflow

Azure OpenAI Model / Azure OpenAI Embeddings API Request SSL Verify Enable/Disable Feature

Author: kimtaehongCreated Jul 4, 2025Updated Sep 15, 2026
Labelsenhancementjira

Title

Azure OpenAI Model / Azure OpenAI Embeddings API Request SSL Verify Enable/Disable Feature

Type

Improvement

Description

Hello, when using OpenAI API using Azure Private Link/Endpoint feature, there is a situation that SSL Verify fails and the call cannot be made, so I would like to be able to add SSL Verify enable/disable to Agent Component or Azure OpenAI model.

Use Case

Developing this feature could help users who are troubled by SSL Verify failures

Implementation Plan

  1. azure openai model or agent component add ssl verify toggle
  2. ssl verify is enabled by default but the user is inactive, pass the value as an argument when creating an httpx client or initializing an openai client on each client.