I installed secure connection to django server with the help of django ssl server. It was working properly with minimum margin speed between http and https connection. Gradually after adding code more and more day by day, I could see the https connection is very slow.
Can you please help me out to make it resolved?
python /root/celestial_NAS/manage.py runsslserver --certificate /etc/ssl/certs/server.crt --key /etc/ssl/private/server.key --addrport 0.0.0.0:443 &
And also give me some cautions/tips to maintain optimums performance for https with django server.(used django sslserver API )
Thanks, NagaPavan