Skip to content

How to disable gRPC? Or enable standard TLS? #1904

@coolaj86

Description

@coolaj86

It appears that the python client's version of gRPC isn't using standard TLS (no SNI, no ALPN), and therefore, it can't be routed through an application gateway.

How do I turn it off?

Omitting the connect_to_custom grpc options and/or providing empty values results in errors.

Alternatively, is there a way to enable standard TLS that includes SNI and ALPN (which the http client does)? Or provide a pre-encrypted connection to use rather than relying on the internal mechanisms?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions