pixiebrix-extension
pixiebrix-extension copied to clipboard
Self-hosted control rooms have invalid SSL certificates, which causes api calls from the extension to fail
I don't know if I have all the information here, but from what I've learned so far, we have basically two options if we want to test the extension with self hosted CRs:
- The admin console/back end has a hack where it doesn't validate SSL certs for AA api calls, we could implement a similar hack in the extension
- We could set up certs for our self hosted CR domains (and document this process and possibly automate it?)
- We could just not use self hosted CRs and depend on setting up cloud CRs for testing -- I believe this would add a dependency on Shane to set them up for us