Make card activity gadget works with Mingle SaaS instances#271
Merged
jyotisingh merged 1 commit intogocd:masterfrom Jun 13, 2014
Merged
Make card activity gadget works with Mingle SaaS instances#271jyotisingh merged 1 commit intogocd:masterfrom
jyotisingh merged 1 commit intogocd:masterfrom
Conversation
…A signed certificates by default when rendering a gadget from external server. And will make card activity gadget works when pointing to a Mingle SaaS instance (Which is currently broken because Mingle SaaS instance reponses involves different certificates from different services)
jyotisingh
added a commit
that referenced
this pull request
Jun 13, 2014
Make card activity gadget works with Mingle SaaS instances
Contributor
|
Works fine on 14.2.0(292-b6fb51dba5316f) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently Mingle card activity gadget does not works when pointing to a Mingle SaaS instance. This is broken because Mingle SaaS instance involves multiple SSL certificates from different services.
This pull request will upgrade gadget rendering server to latest. Which will make Go trusts CA signed certificates by default when rendering a gadget from external server. So there will no custom trust store mess anymore.
-- wpc