Skip to content
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

Add a howto entry on how to create an HTTPS server #60

Merged
merged 1 commit into from
Jun 14, 2021

Conversation

WhyNotHugo
Copy link
Contributor

@WhyNotHugo WhyNotHugo commented Jun 14, 2021

I had to implement this for vdirsyncer's test suite, and this might save the next person needing it some headaches.

I had to implement this for `vdirsyncer`'s test suite, and this might
save the next person needing it some headaches.
@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #60 (7034cea) into master (e226a46) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   94.05%   94.05%           
=======================================
  Files           3        3           
  Lines         437      437           
=======================================
  Hits          411      411           
  Misses         26       26           

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 e226a46...7034cea. Read the comment docs.

@csernazs csernazs merged commit 226f2a6 into csernazs:master Jun 14, 2021
@csernazs
Copy link
Owner

Great! Thanks for the writing! I thought that I already wrote some TLS tutorial already but it seems that it was missing indeed and putting those pieces together is not straightforward...

Just a note: werkzeug has also some cert generation capability (https://werkzeug.palletsprojects.com/en/2.0.x/serving/#werkzeug.serving.make_ssl_devcert), however I haven't tried it.

@WhyNotHugo WhyNotHugo deleted the howto-https branch June 20, 2021 16:49
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.

None yet

2 participants