Re: SSL + name based virtual hosting

2004-12-20 Thread Ben Laurie
Enrico Weigelt wrote: * William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: http://www.ietf.org/rfc/rfc2817.txt spells out methods that the server can -insist- that an upgraded connection is used, and the client can instigate an upgraded connection as well even if the server doesn't require it. But un

Re: PCRE warnings while building httpd trunk

2004-12-20 Thread NormW
Graham Leggett wrote: Hi all, While building the latest trunk of httpd, I am getting these warnings at the end of the build: ld: warning multiple definitions of symbol _regcomp /Users/minfrin/src/apache/sandbox/rpm/httpd-2.1.3/srclib/pcre/.libs/libpcre.a(pcreposix.o) definition of _regcomp in secti

RE: modssl - ocsp - crl

2004-12-20 Thread TAYLOR, TIM \(CONTRACTOR\)
I have noticed this behavior as well. Apache is quiet unless it actually finds revocation of the cert being verified. Perhaps better would be code that checked that for every trusted CA (via SSLCACertificate*) there is a corresponding CRL and if not, post a warning (or error) in the log (accord

Re: Porting auth_ldap to Solaris (8)

2004-12-20 Thread Graham Leggett
William A. Rowe, Jr. said: >>I am trying to find instructions for the following call in Solaris' >> ldap.h: >> >>LDAP *ldap_ssl_init(char *defhost, int defport, char *keyname); >> >>I need to know what "keyname" refers to. > > There's not much there. It seems that ldap_ssl_init is 'key' > within

Re: PCRE warnings while building httpd trunk

2004-12-20 Thread Garrett Rooney
Graham Leggett wrote: Hi all, While building the latest trunk of httpd, I am getting these warnings at the end of the build: ld: warning multiple definitions of symbol _regcomp /Users/minfrin/src/apache/sandbox/rpm/httpd-2.1.3/srclib/pcre/.libs/libpcre.a(pcreposix.o) definition of _regcomp in secti

PCRE warnings while building httpd trunk

2004-12-20 Thread Graham Leggett
Hi all, While building the latest trunk of httpd, I am getting these warnings at the end of the build: ld: warning multiple definitions of symbol _regcomp /Users/minfrin/src/apache/sandbox/rpm/httpd-2.1.3/srclib/pcre/.libs/libpcre.a(pcreposix.o) definition of _regcomp in section (__TEXT,__text) /

Re: Porting auth_ldap to Solaris (8)

2004-12-20 Thread William A. Rowe, Jr.
At 02:19 AM 12/20/2004, Graham Leggett wrote: >Hi all, > >I am trying to get the LDAP stuff to build on Solaris 8, which includes >it's own LDAP SDK. > >I am trying to find instructions for the following call in Solaris' ldap.h: > >LDAP *ldap_ssl_init(char *defhost, int defport, char *keyname); > >

Porting auth_ldap to Solaris (8)

2004-12-20 Thread Graham Leggett
Hi all, I am trying to get the LDAP stuff to build on Solaris 8, which includes it's own LDAP SDK. I am trying to find instructions for the following call in Solaris' ldap.h: LDAP *ldap_ssl_init(char *defhost, int defport, char *keyname); I need to know what "keyname" refers to. Google returns