Skip to content

use_tls is always false meaning it will not connect to https only server #23

@seertenedos

Description

@seertenedos

I have been trying to use this to connect to a server behind Traefik connecting to the HTTPS port 443. The issue i found was that it does not work unless i set a breakpoint in the connect javascript for grpcox UI and change use_tls to true when connecting to my server. It sort of feels like this should be a checkbox on the screen not hardcoded as false.

Once i manually changed it everything worked as expected. It would also be nice if it could be auto detected based on connection string if you provide http vs https though both currently get stripped. This is in style.js and the "$('#get-services').click(function()" function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions