Summary
When running /connect jira and clicking on the link I get failed to get a connect link: Post https:///plugins/servlet/oauth/request-token: x509: certificate signed by unknown authority. I have set
“EnableInsecureOutgoingConnections”: true,
“AllowedUntrustedInternalConnections”: “”,
in config.json and restarted the docker image.
Steps to reproduce
Running Team Edition 5.12.0 from the official docker image.
Expected behavior
It would connect or at least use the AllowedUntrustedInternalConnections to not display cert error.