M
M
mr_drinkens892016-10-12 10:16:41
Django
mr_drinkens89, 2016-10-12 10:16:41

How to connect https to Django?

Good afternoon.
Could you tell me, or point me to a suitable tutorial, how to enable https for a site written in Django?
What are the steps for connecting, or at least a brief reference)
Thank you in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2016-10-12
@dmtrrr

Django has nothing to do with it, ssl / tls termination should be done by a web server, such as nginx.

G
Gasoid, 2016-10-12
@Gasoid

  • Get/buy a certificate
  • Set up nginx/apache/etc webserver
  • PROFIT

R
Roman Kitaev, 2016-10-12
@deliro

https://letsencrypt.org/getting-started/
Learn.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question