Re: error at starting service sendmail

2005-11-05 Thread Claus Assmann
On Fri, Nov 04, 2005, Henk A.M. Weebers wrote: > Nov 4 21:54:44 centraal sendmail[20702]: NOQUEUE: SYSERR(root): > opendaemonsocket: daemon MTA: cannot bind: Permission denied Looks like you don't start sendmail as root. See the sendmail documentation. _

Re: Multiple domains in one certificate

2005-11-05 Thread Goetz Babin-Ebell
[EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:owner-openssl- Yep. But CA's typically put them in both anyway. On the other hand, if every site appears within the same domain (e.g. foo.domain.com, bar.domain.com, baz.domain.com), it might be better to get a

RE: Multiple domains in one certificate

2005-11-05 Thread webmaster
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-openssl- > [EMAIL PROTECTED] On Behalf Of Joseph Oreste Bruni > Sent: vrijdag 4 november 2005 23:32 > To: openssl-users@openssl.org > Subject: Re: Multiple domains in one certificate > > Yep. But CA's typically put them in both a

closing ssl

2005-11-05 Thread Seongsu Lee
Hi, (Sorry for short English.) I am working with OpenSSL 0.9.7 on Linux. My purpose is to make a simple TCP server which works in SSL tunnel. (by OpenSSL) When the transfering data is completed, I did follow function to close SSL session. (in my server code which is C) x4.c:287 SSL_shutdown(ss