Hello all,

I just installed ZServerSSL, and I'm having the following problem:

I start Zope with the command,

        $ ./starts -w '' -f '' -W 8180 HTTPS=on

and it appears to boot up without problems. However, when I try to
access the default Zope page, Zope spits the following and dies:

        Traceback (innermost last):
          File "/home/ivan/src/Zope-2.1.6-src/z2s.py", line 681, in ?
            asyncore.loop()
          File "/home/ivan/src/Zope-2.1.6-src/ZServer/medusa/asyncore.py", line 107, 
in loop
            poll_fun (timeout)
          File "/home/ivan/src/Zope-2.1.6-src/ZServer/medusa/asyncore.py", line 55, in 
poll
            (r,w,e) = select.select (r,w,e, timeout)
        ValueError: filedescriptor out of range in select()


This is my configuration:


RedHat Linux 6.1
Python 1.5.2 (the RPM distribution in RH Linux 6.1)
Zope 2.1.6
M2crypto 0.05-snap2
ZServerSSL 0.04
OpenSSL 0.9.5a


Please help.

Thanks,
Ivan Raikov

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to