Changes between Version 29 and Version 30 of Ticket #13385
- Timestamp:
- 08/23/12 13:49:42 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13385 – Description
v29 v30 6 6 == Rationale == 7 7 8 Read the above linked thread, but basically,`notebook(secure=True)` is rarely used, and is not even really that desirable to use, except for people setting up multiuser Sage servers, which is a small percentage of Sage users. Therefore we will require users who want to use `notebook(secure=True)` to perform the additional step of installing pyOpenSSL into Sage's Python. This allows us to get rid of our sort of problematic dependencies on OpenSSL.8 `notebook(secure=True)` is rarely used, and is not even really that desirable to use, except for people setting up multiuser Sage servers, which is a small percentage of Sage users. Therefore we will require users who want to use `notebook(secure=True)` to perform the additional step of installing pyOpenSSL into Sage's Python. This allows us to get rid of our sort of problematic dependencies on OpenSSL. 9 9 10 10 Related: #13392 (Remove GNUTLS-related packages)