Skip to content

Connection Error when building "Agent" Component with on-premises AI due to SSL fail. #9827

@swleungX

Description

@swleungX

As titled, my workplace is now studying the AI solution using LangFlow, and a on-premises AI endpoint has been created.
My LangFlow is running in docker since my workplace restricted to install software.
In the docker version, i can build a OpenAI LLM successfully by adding http_client = httpx.Client(verify=False) to bypass the SSL checking, as shown below.

Image

however, when i building the "Agent" Component, i found that the code is hard to modify (Sorry i am not using python).

Image

I tried to add the model_kwargs["http_client"] = httpx.Client(verify=False) in the code, but still fail.

Image

Cloud anyone suggest a way for me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocker

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions