You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.