-
Notifications
You must be signed in to change notification settings - Fork 44
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
ssl support #712
base: master
Are you sure you want to change the base?
ssl support #712
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #712 +/- ##
==========================================
- Coverage 95.85% 95.15% -0.70%
==========================================
Files 23 24 +1
Lines 1714 1818 +104
Branches 198 119 -79
==========================================
+ Hits 1643 1730 +87
- Misses 46 58 +12
- Partials 25 30 +5 ☔ View full report in Codecov by Sentry. |
Thanks, looking good. Just need to review the test failures and coverage. |
…test_runserver_with_ssl, pytest-datafiles requirements plugin
livereload.js doesn't check browser's 'location.protocol' property and always uses 'ws' specification for handshake. So aux server reverted to http. |
What do these changes do?
implements ssl support
Are there changes in behavior for the user?
no
Related issue number
Fixes #208
Checklist