nsc icon indicating copy to clipboard operation
nsc copied to clipboard

nsc push should support wss/ws

Open wenerme opened this issue 1 year ago • 0 comments

When I try to push nsc through wss

nsc push -a incs -u wss://nats

Error: scheme "wss" is not supported (http, https, nats)

But the https is not wss, because

nsc push -a incs -u https://nats
[ERR ] push incs to account server:
       [ERR ] failed to push account to remote server
       > Method Not Allowed
Error: all jobs failed

wenerme avatar Feb 08 '23 19:02 wenerme