sparcs-kaist / araplus

2015 ARA Project
MIT License
6 stars 5 forks source link

Django SSL Insecure Platform Warning #133

Open Shavakan opened 8 years ago

Shavakan commented 8 years ago

[02/Jun/2016 00:45:10]"GET /session/login/?next=/grill/ HTTP/1.1" 302 0 /araplus/env/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning

로그인 시 발생함

Shavakan commented 8 years ago

SSL을 적용하면 해결 될 것 같기도 함

Shavakan commented 8 years ago

Dependent on #117