Skip to content

Ensure that the TLS conifg contains the ALPN protocol when using AutoTLS #1305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2019

Conversation

awbraunstein
Copy link
Contributor

In order to communicate with Let's Encrypt, the ALPN protocol is required.

This change adds that protocol to the TLSConfig's list of protocols.

Fixes #1231

@codecov
Copy link

codecov bot commented Mar 12, 2019

Codecov Report

Merging #1305 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1305      +/-   ##
==========================================
+ Coverage   84.26%   84.27%   +<.01%     
==========================================
  Files          27       27              
  Lines        1989     1990       +1     
==========================================
+ Hits         1676     1677       +1     
  Misses        205      205              
  Partials      108      108
Impacted Files Coverage Δ
echo.go 88.23% <100%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f6cc36...8cd5640. Read the comment docs.

@vishr vishr merged commit e3717be into labstack:master Mar 13, 2019
@vishr
Copy link
Member

vishr commented Mar 13, 2019

@awbraunstein thanks for your contribution 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants