|
From: Joe B. <je...@ps...> - 2010-12-30 03:08:11
|
I am running Plone 4.0.2 on Ubuntu 10.04. Python 2.6.5 is installed. When I
run
bin/client1 fg
Zope starts with INFO Zope Ready to handle requests
but I get this message before it:
INFO Plone Python does not have SSL support. OpenID support not available
Here's the whole start up message:
jeb6@ubuntu:~/Plone/zeocluster$ bin/client1 fg
2010-12-29 21:39:48 INFO ZServer HTTP server started at Wed Dec 29 21:39:48
2010
Hostname: 0.0.0.0
Port: 8080
2010-12-29 21:39:58 INFO ZEO.ClientStorage zeostorage ClientStorage
(pid=2853) created RW/normal for storage: '1'
2010-12-29 21:39:58 INFO ZEO.cache created temporary cache file '<fdopen>'
2010-12-29 21:39:58 INFO ZEO.ClientStorage zeostorage Testing connection
<ManagedClientConnection ('127.0.0.1', 8100)>
2010-12-29 21:39:58 INFO ZEO.zrpc.Connection(C) (127.0.0.1:8100) received
handshake 'Z309'
2010-12-29 21:39:58 INFO ZEO.ClientStorage zeostorage Server authentication
protocol None
2010-12-29 21:39:58 INFO ZEO.ClientStorage zeostorage Connected to storage:
('localhost', 8100)
2010-12-29 21:39:58 INFO ZEO.ClientStorage zeostorage No verification
necessary -- empty cache
/home/jeb6/Plone/zeocluster/src/Products.Relations/Products/Relations/ruleset.py:33:
UserWarning: You are passing positional arguments to the Schema constructor.
Please consult the docstring for
Products.Archetypes.Schema.BasicSchema.__init__
class XMLImportExport:
2010-12-29 21:40:11 INFO Plone Python does not have SSL support. OpenID
support not available
2010-12-29 21:40:16 INFO Zope Ready to handle requests
I tested for openssl and got this:
jeb6@ubuntu:~/Plone/zeocluster$ openssl version
OpenSSL 0.9.8k 25 Mar 2009
I can't find a solution for this. Can anyone help?
Thanks in advance for all replies.
--
View this message in context: http://plone.293351.n2.nabble.com/Plone-Python-does-not-have-SSL-support-OpenID-support-not-available-tp5876061p5876061.html
Sent from the General Questions mailing list archive at Nabble.com.
|