Re: [Zope] ZServerSSL trouble

2000-05-31 Thread Ivan Raikov


Ng Pheng Siong <[EMAIL PROTECTED]> writes:

> 
> Ivan, if you skip the https bits and just run the http stuff, does it
> work?
> 

Yes, the http server works; Zope dies the minute I try to access the https
server.

> 
> > RedHat Linux 6.1
> > Python 1.5.2 (the RPM distribution in RH Linux 6.1)
> 
> I've never encountered this, but I've never used RedHat 6.1. I've tested 
> on RedHat 5.2; my Python and Zope were built from source, though.
> 

My Zope is built from source; I tried Python 1.5.2 built from source,
with threads enabled, and the same problem occurred.

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 )




Re: [Zope] ZServerSSL trouble

2000-05-31 Thread Ng Pheng Siong

On Tue, May 30, 2000 at 02:40:37PM -0400, Ivan Raikov wrote:
> 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()

Any ideas, anyone?

Ivan, if you skip the https bits and just run the http stuff, does it
work?


> RedHat Linux 6.1
> Python 1.5.2 (the RPM distribution in RH Linux 6.1)

I've never encountered this, but I've never used RedHat 6.1. I've tested 
on RedHat 5.2; my Python and Zope were built from source, though.

-- 
Ng Pheng Siong <[EMAIL PROTECTED]> * http://www.post1.com/home/ngps


___
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 )




[Zope] ZServerSSL trouble

2000-05-30 Thread Ivan Raikov


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 )