[Zope] ZServerSSL trouble

Ivan Raikov ivan@faxnet.com
30 May 2000 14:40:37 -0400


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