Editing Device management using Bcfg2

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 79: Line 79:
# Lack of proper SSL support
# Lack of proper SSL support
-
#* Bcfg2 prior to 1.0 used Python implementation of SSL called tlslite. At 1.0 tlslite war replaced with Python 2.6 built-in SSL module
+
#* Bcfg2 prior to 1.0 used Python implementation of SSL called tlslite. At 1.0 tlslite war replaced with Python 2.6 ssl built-in module
-
#* Bcfg2 has internal fallback to use M2crypto module if SSL module fails
+
#* Bcfg2 has internal fallback to M2crypto modiele if SSL fails
-
#* Maemo (Fremantle), however, has Python 2.5, which has no SSL module and no M2crypto module either
+
#* Maemo (Fremantle), however, has Python 2.5, which has no SSL module and no . M2crypto module
-
#** There is actually already [https://bugs.maemo.org/show_bug.cgi?id=5102 bug report] filed about the problem. However, the original problem (importing SSL module) was never solved, the problem the reporter faces seems to be worked around other way
+
#** There is actually already [https://bugs.maemo.org/show_bug.cgi?id=5102 bug report] filed about it. However, the original problem (importing ssl module) was never solved, the problem of reporter seems to be worked around other way
#* Possible workarounds:
#* Possible workarounds:
-
#** Compile [http://pypi.python.org/pypi/ssl/SSL SSL 1.15] module into Python 2.5
+
#** Compile M2crypto or SSL module into Python 2.5
-
#** Compile M2crypto module into Python 2.5
+
#*** Both fail into lack of complete set of OpenSSL development headers
#*** Both fail into lack of complete set of OpenSSL development headers
#** Re-include tlslib into Bcfg2
#** Re-include tlslib into Bcfg2
-
#*** Possible, however there will be no server identity validation
+
#*** Succeeded in 1.0.0, however with 1.0.1 there seems to be some problems. Not investigated much
#** Use Bcfg2 prior to 1.0 in Device
#** Use Bcfg2 prior to 1.0 in Device
-
#*** Possible, however there will be no server identity validation
+
#*** This seems to be best option right now
#* Contributions welcome
#* Contributions welcome
# Bcfg2 is not packaged for Maemo  
# Bcfg2 is not packaged for Maemo  

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)