Skip to content

Instantly share code, notes, and snippets.

@mhoran
Created February 2, 2018 17:04
Show Gist options
  • Save mhoran/38e79ed89290f266169fb33d65c8096f to your computer and use it in GitHub Desktop.
Save mhoran/38e79ed89290f266169fb33d65c8096f to your computer and use it in GitHub Desktop.
index d8e31a8..a0cfd53 100644
--- a/CircuitBreaker/src/AspDotNet4/FortuneTeller/Fortune-Teller-UI4/appsettings.json
+++ b/CircuitBreaker/src/AspDotNet4/FortuneTeller/Fortune-Teller-UI4/appsettings.json
@@ -12,6 +12,9 @@
}
},
"hystrix": {
+ "stream": {
+ "validate_certificates": false
+ },
"command": {
"FortuneService": {
"threadPoolKeyOverride": "FortuneServiceTPool"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment