Skip to content

Instantly share code, notes, and snippets.

@jrotello
Created December 7, 2016 06:39
Show Gist options
  • Save jrotello/cccd649d61e3406f8a169832007f17ad to your computer and use it in GitHub Desktop.
Save jrotello/cccd649d61e3406f8a169832007f17ad to your computer and use it in GitHub Desktop.
slackin web.config update to allow Let's Encrypt challenges to succeed
<!-- Allow Let's Encrypt ACME challange requests -->
<rule name="LetsEncryptAcmeChallange" stopProcessing="true">
<match url="^\.well-known.*$" />
<action type="None" />
</rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment