web icon indicating copy to clipboard operation
web copied to clipboard

Unexpected Error: "400"

Open rreilly-edr opened this issue 6 years ago • 0 comments

Expected Behavior

ui should work after adding ssl

Current Behavior

after logging in I get the below error

Steps to Reproduce (for bugs)

update backend and client to use https and point to certs

--
log-level: debug
insecure-skip-tls-verify: 'false'
cert-file: "/etc/ssl/xx.com/wildcard.xx.com.crt"
key-file: "/etc/ssl/xx.com/wildcard.xx.com.key"
trusted-ca-file: "/etc/ssl/xx.com/intermediate.crt"

https://pasteboard.co/Ie5kZq8.png

Context

Browser Stack Trace:

at `undefined` (/static/js/app_b9af.js:1)
at `tryCatcher` (/static/js/vendor_a994.js:89)
at `Promise._settlePromiseFromHandler` (/static/js/vendor_a994.js:89)
at `Promise._settlePromise` (/static/js/vendor_a994.js:89)
at `Promise._settlePromise0` (/static/js/vendor_a994.js:89)
at `Promise._settlePromises` (/static/js/vendor_a994.js:89)
at `Async._drainQueue` (/static/js/vendor_a994.js:89)
at `Async._drainQueues` (/static/js/vendor_a994.js:89)
at `Async.drainQueues` (/static/js/vendor_a994.js:89)
at `MutationObserver.<anonymous>` (/static/js/vendor_a994.js:89)

Your Environment

sensu 5.7.0 ubuntu 16.04

rreilly-edr avatar May 10 '19 18:05 rreilly-edr