Re: preventing client certs to be used by multiple users??

2005-09-01 Thread Daniel Kimblad
the same certificate? Many thanks Conrad Friedrich The other replies pretty much says it all. If you're trying to prevent people from sharing their access to your data then have them sign some papers instead. Certificates and login credentials just won't do that for you. /Daniel

Re: https

2005-07-15 Thread Daniel Kimblad
There has been some discussion about that here lately. RS Engelschall said he would include a script that would produce a ca-bunde.crt from the Mozilla certdata.txt file in version 2.8.23 of mod_ssl which should be available now. kind regards /Daniel - Original Message - From: kalin

Re: errors

2005-07-15 Thread Daniel Kimblad
/ will not work since it's trying to connect with http protocol on a server only allowing ssl-protocol (they are completely different). Use https://www.example.cominstead. SSL establishes connection and then HTTP is tunneled inside of the SSL protocol. Just a thought. Kind regards /Daniel

Re: change your autoreply configuration!!!!

2005-06-28 Thread Daniel Kimblad
I'm so sorry, I had no idea that was happening. I'm using a company mail here. The only thing I can do about it is unsubscribe, I'll do that immediately. /Daniel - Original Message - From: Harald Langaker To: [EMAIL PROTECTED] Cc: modssl-users@modssl.org Sent

Re: certificate and authentication re-prompting

2005-06-22 Thread Daniel Kimblad
Could be your browsers settings. If you're running Firefox go to the menu Tools Options. Select Advanced and scroll down to the Certificates area. Set Client Certificate Selection to Select Automatically. This is often the cause of such behaviour. Hope this helps. Bestregards /Daniel

AW: Apache Proxy on SSL enabled server CONNECT hangs

2005-06-08 Thread Fitzner Daniel
Look at thishttp://issues.apache.org/bugzilla/show_bug.cgi?id=19188 Best regards -Ursprüngliche Nachricht- Von: Emmanuel E [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 8. Juni 2005 16:47 An: modssl-users@modssl.org Betreff: Apache Proxy on SSL enabled server CONNECT hangs

Re: SSL Client Auth with Virtual Hosts

2005-06-02 Thread Daniel Kimblad
Yes, I've had an environment like that running. /Daniel - Original Message - From: Hoda Nadeem [EMAIL PROTECTED] To: modssl-users@modssl.org Sent: Tuesday, May 31, 2005 6:05 PM Subject: SSL Client Auth with Virtual Hosts Does anybody know if it is possible to use virtual hosts

Re: SSL Client Auth with Virtual Hosts

2005-06-02 Thread Daniel Kimblad
Hope this was helpful. /Daniel - Original Message - From: Hoda Nadeem [EMAIL PROTECTED] To: modssl-users@modssl.org Sent: Thursday, June 02, 2005 3:26 PM Subject: RE: SSL Client Auth with Virtual Hosts Are there any parameters that I am missing, or am I doing something

Re: Redirection limit for this URL exceeded.

2005-06-02 Thread Daniel Kimblad
Do you have different VirtualHosts configured for the domain-name and the IP-address? If so, do they differ in configuration? /Daniel - Original Message - From: Rob Waldrum To: modssl-users@modssl.org Sent: Thursday, June 02, 2005 3:36 PM Subject: Redirection

Re: Getting 'no shared ciphers' while connecting to the server

2005-05-31 Thread Daniel Kimblad
that was helpful. /Daniel, Gizmondo Studios - Original Message - From: Alaka Pathy [EMAIL PROTECTED] To: modssl-users@modssl.org Sent: Tuesday, May 31, 2005 9:44 AM Subject: Getting 'no shared ciphers' while connecting to the server Hi All, I'm using Apache 1.3.31 with mod_ssl 2.8.17

Enabling SSL

2005-01-03 Thread Daniel Lahey
How can I use a .htaccess file to enable ssl connections on a dedicated server? When I try to connect to a page on the site, I get a 404 Not Found error. The configuration from the server is: Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.9

Combining Reverse Proxy with a Forwarding Proxy and SSL

2004-12-16 Thread Fitzner Daniel
: Client ---httpApache Reverse Proxy (1.1.1.1) -https- Webserver (1.1.1.3) Is my environment supported by apache with modssl??? If yes, how I have to configure the apache?? Thanks and best regards daniel

Clientauthentication with Certificates and Apache

2004-12-15 Thread Fitzner Daniel
) in this mailinglist. This post said, that users with certs from SubCA-1 should not be connect. Please help, I have no new ideas. Best regards daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User

Re: A method to enable secure non-HTTP protocols

2004-07-26 Thread Daniel Lopez
Nice :) Apache 2 protocol modules should allow you to do this without having to patch the server (using filters), as in Apache 2 HTTP is just another protocol module that can be inserted or removed. In Apache 2 mod_ssl itself is implemented as a filter On Mon, Jul 26, 2004 at 06:22:55PM +0200,

Re: Encryption and weblogic module

2004-04-16 Thread Daniel Lopez
to encrypt (b) I would suggest either setting up a VPN or using Apache as a reverse proxy with SSL (the weblogic protocol in modern versions is basically HTTP with a couple of extra headers) cheers Daniel Hello everyone. I am quite new to ssl, so I have a question. While a connection

Re: Encryption and weblogic module

2004-04-16 Thread Daniel Lopez
But that module is for when Apache has been compiled with SSL (EAPI patches) does not provide SSL support. Weblogic used to provide an ssl version of the mod_wl module, I think it was named mod_wl_ssl. Obtaining the correct mod_wl_ssl may be dependent on which version of weblogic and apache

force mod_ssl to choose 3DES over RC4 ciphers?

2004-02-12 Thread Daniel Eggleston
to offer RC4 ciphers before 3DES ones in the 'Client Hello'). It seems that unless I completely disable RC4 on the server, it always gets chosen ahead of 3DES :-( This is my first post here so thanks in advance for any help. Kind Regards, Daniel Eggleston Senior Network Developer

Re: symmetric or asymmetric ?

2004-02-06 Thread Daniel Lopez
on a chapter I have online at http://www.apacheworld.org/ty24/site.chapter17.html Cheers Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL

mod_ssl kerberos ?

2003-11-10 Thread Daniel Struck
don't want to store the usernames userpasswords in a file accessible to php, nor do I want to do the logging in php. I want to move as much logic as possible to the database, which will make it easier in future to change the interface from php to java for example.) Best regards, Daniel Struck

Re: Apache 2.x SSL failing -- no listening sockets available, shutting down

2003-03-18 Thread Daniel Lopez
at http://www.apacheworld.org/ty24/, in the secure server chapter for detailed instructions on how to get Apache 2 working with SSL Cheers Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User

Re: Using ssl/mod_ssl on non-apache HTTP server

2003-02-26 Thread Daniel Lopez
/ then, for the programming side of things, this is a good book: http://www.amazon.com/exec/obidos/tg/detail/-/059600270X As a reference book, I found this one invaluable: http://www.amazon.com/exec/obidos/tg/detail/-/0201615983 Cheers Daniel Hi - I'm new to ssl/mod_ssl so please forgive me if this post is out

Re: new to Apache-SSL world needs help

2003-01-29 Thread Daniel Lopez
configuration. Notice that you also need to pass --enable-ssl whem building, that should crete a sample ssl.conf file in the conf directory Cheers Daniel On Wed, Jan 29, 2003 at 02:43:06PM +0100, Zampognaro Sergio wrote: Hi all, I need to migrate a web site from http to secure https. Mine is a Digital

Re: Apache-SSL vs mod_ssl

2003-01-22 Thread Daniel Lopez
Whats the benefit of mod_ssl compared to Apache-SSL??? mod_ssl is derived originally from Apache SSL mod_ssl is more widely used than Apache SSL Apache SSL supports Apache 1.x mod_ssl supports Apache 1.x and 2.x Cheers Daniel -- Teach Yourself Apache 2 -- http://apacheworld.org/ty24

Re: Mod_ssl in apache 2.X

2002-12-05 Thread Daniel Lopez
For mod_ssl on Apache 2.0 you may want to check also the secure server chapter I have online, which contains step by step instructions http://www.apacheworld.org/ty24/ Best regards Daniel Hi! Im not here to quarrel with you kid. Im here to get some help, and your insults are not helping

Re: certificate problems

2002-11-23 Thread Daniel Lopez
the How can I get rid of the pass-phrase dialog at Apache startup time? entry at http://httpd.apache.org/docs-2.0/ssl/ssl_faq.html Cheers Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support

Re: mod-ssl for apache 2.0.x - wasn't compiled

2002-11-17 Thread Daniel Lopez
.) the one that comes with apache is fine Cheers Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

Re: Make CA for WebServer ( Apache )

2002-11-10 Thread Daniel Moore
...] OPTIONAL $ make ALL $ make certificateOPTIONAL $ make installOPTIONAL $ cd .. Daniel. [EMAIL PROTECTED] wrote: Hello, How

Re: Prblems understanding on how to install mod_ssl!

2002-10-24 Thread Daniel Lopez
For detailed instructions on running mod_ssl for Apache 2 you can checkout a chapter I have online: http://www.apacheworld.org/ty24/site.chapter17.html It includes details on how to build openssl and use the openssl command line tool to generate your certificate and key Cheers Daniel On Thu

Re: SSLProxy* directives

2002-10-15 Thread Daniel Lopez
of SSLProxyMachineCertificateFile is at least misleading. Please correct and submit a patch to [EMAIL PROTECTED] :) Cheers Daniel -- Teach Yourself Apache 2 -- http://apacheworld.org/ty24/ __ Apache Interface to OpenSSL (mod_ssl

a big hairy problem....

2002-10-13 Thread Daniel Moore
Hi I need some help with this big prob I got. I have a working mod_ssl setup. That is until I put in another virtual server with a rewrite rule. Apache spits the dummy and says I don't have the rewrite module installed, which is a lie because when I do a http -l I can see it. So I thought I

Re: Maintainership of mod_ssl

2002-09-25 Thread daniel
Part of the reson is that mod_ssl was moved into the Apache 2.0 codebase, development has been quite active there. So although 1.3 development may be necessary and useful, long term I think 2.0 is the way to go Cheers Daniel Hi all I agree, I haven't seen much movement/improvements

Re: Windows Builds?

2002-09-20 Thread daniel
unofficial binary from http://www.madhon.co.uk/modssl/ Cheers Daniel -- Teach Yourself Apache 2 -- http://apacheworld.org/ty24/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: SSL Accelerators

2002-08-02 Thread Daniel Lopez
, whether it is serving static content or not. (I am assuming you are using 1.3 here) Cheers Daniel -- Teach Yourself Apache 2 -- http://apacheworld.org/ty24/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User

Re: SSL V3.0

2002-08-01 Thread Daniel Lopez
On Thu, Aug 01, 2002 at 11:16:22PM -0500, Austin Gonyou wrote: Does mod SSL support SSL v3.0? Haven't investigated this yet, but thought I'd ask here first. Yes it does, it is right there, in the front page for www.modssl.org Nothing to investigate :) Daniel -- Teach Yourself Apache 2

Re: HTPASSWD Utility

2002-07-31 Thread Daniel Lopez
. Cheers Daniel -- Teach Yourself Apache 2 -- http://apacheworld.org/ty24/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

Re: mod_ssl newbie

2002-07-30 Thread Daniel Lopez
For that you do not want SSL. Checkout: http://httpd.apache.org/docs-2.0/howto/auth.html For an introduction to SSL and Apache, you can check out a chapter I have online : http://apacheworld.org/ty24/site.chapter17.html Cheers Daniel On Tue, Jul 30, 2002 at 02:37:14PM -0500, Henning, Brian

Re: http to https forward

2002-07-25 Thread Daniel Lopez
On Thu, Jul 25, 2002 at 10:14:22AM -0500, David Iungerich wrote: Daniel, Does your book or somewhere else give the specifics of what all I need to do When the book was released, Doug (who sits 2 cubicles next to me :) had not yet cleaned up and ported that functionality, so I mention

Re: http to https forward

2002-07-24 Thread Daniel Lopez
On Wed, Jul 24, 2002 at 05:45:15PM -0500, David Iungerich wrote: Thanks Daniel. What all is needed as adjustments to my conf file? As I understood it, there was an issue with Apach taking an http POST reqest and encrypting it with a given cert, then sending it along via https. If you

Re: http to https forward

2002-07-24 Thread Daniel Lopez
want to use Apache to initiate HTTPS connections. I don't have the time / coding skills. Um, no, you can already do it SSLProxyEngine on ProxyPass / https://some.other.host Daniel -- Teach Yourself Apache 2 -- http://apacheworld.org/ty24

Re: Distributed Session Cache

2002-07-13 Thread Daniel Lopez
://anoncvs.aldigital.co.uk/splash/ based on http://spread.org Some discussion on this: http://marc.theaimsgroup.com/?l=apache-modsslm=99055320101822w=2 Daniel -- Teach Yourself Apache 2 -- http://apacheworld.org/ty24/ __ Apache Interface

Re: Question about SSL for Apache 2.x

2002-06-27 Thread Daniel Lopez
checkout http://www.apacheworld.org/ty24/site.chapter17.html Cheers Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

Client-certificates are sporadically dying

2002-03-25 Thread Daniel Chabrol
Hello modssl-users! My suspicion is that IE5.5 has liability for this problem. But maybe someone has made similar experiences and can give a hint: I noticed a strange behaviour (mod_ssl/2.8.5, OpenSSL/0.9.3a, Internet Explorer 5.5 SP2). You install a client-certificate and everything works fine.

Re: Problem with IE

2002-02-06 Thread Daniel Sully
I am finding it very hard to believe that even late versions of IE, 5.5, 6.x have these problems, yet I encounter wacky form post bugs when I do not downgrade the connection. Is there nothing else that can be done? Is no one that is running Apache+mod_ssl able to use KeepAlives or HTTP/1.1, and

Cedar Nannies !

2001-07-18 Thread Daniel Pope
Please, Chris, send me by e-mail the UK site URL, if you don't mind ! Daniel James Stevens wrote: I just discovered the hardship of using a binary installation of Apache... Can't install FP Extensions to it. (sigh) So I am preparring to build the apache server using the src's

Re: AOL 6.0 and mod_ssl not working

2001-05-14 Thread Daniel Reichenbach
be done. Just a matter of seconds and the name server is updated and AOL users will be able to access the site. Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

RE: AOL 6.0 and mod_ssl not working

2001-05-10 Thread Daniel S. Reichenbach
server. Perhaps this is the same with your site. Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

Re: [BugDB] PRIVATE: errno 10054, 10053 (PR#548)

2001-05-04 Thread Daniel V Klein
I had a similar problem - the client left me before I could satisfactorily resolve the issue, but check out http://www.modssl.org/docs/2.8/ssl_faq.html#ToC49 -Dan Full_Name: Chris Lyon Version: 2.7.2 OS: win2000 Submission from: (NULL) (212.187.205.138) Hopefully this is submitted to

Re: remote admin of apache with mod_ssl

2001-04-22 Thread Daniel V Klein
I am by no means the expert, but if you have a key file (I think it's the key file!) on your server, then that can contain your passphrase. And you won't be prompted. If it is an *encrypted* key file, then you need a passphrase to unlock the key, and *then* you get prompted. -Dan I

Can't get it work reliably

2001-04-22 Thread Daniel V Klein
I've tried everything... my current incarnation is: Apache/1.3.19 mod_ssl-2.8.2-1.3.19 openssl-0.9.6a (with and without mm-1.1.3) It compiles just fine. But I can't get it to run reliably. The connection appears secure sometimes, but here's the main symptoms: 1) Netscape clients

Weird interactions, SSL/FastCGI

2001-04-22 Thread Daniel V Klein
I have a totally bizarre behavior to report and wonder if anyone has seen anything like this. I have this nice stable Apache/1.3.19 (Unix) mod_fastcgi/2.2.10 (I just built it after a week of headaches, and it seems fine). But I want more! I need to use mod_ssl, and have had no end of headaches.

Re: modssl + http-1.1 works?

2001-04-22 Thread Daniel V Klein
Could anyone please explain what is namebased and what is IP based? What are the differences and how they work for SSL connections handling? Can I use the following declaration for Virtual Host declaration with modSSL? I am having problems with IE Browsers ONLY while connecting from

Re: SSL problems

2001-04-22 Thread Daniel V Klein
In the former case, do you have a DirectoryIndex in your secure server? In the latter case, I suspect that POSTed parameters may be passed, but the library which is looking at the parameters may not see them because of the GET parameters... -Dan I've been working on this PHP driven shopping

Re: Problem uploading a file with mod_ssl

2001-04-22 Thread Daniel V Klein
Knowing *what* the error was would help, but: in general, HTTPS pages don't like serving HTTP images (since you don't want insecure information on your secure pages). In this case, the error comes from the browser, not the server - is that what you;re seeing? -Dan I have a perl script that

mod_ssl 2.8.2 Win32 bug

2001-04-07 Thread Daniel S. Reichenbach
SSL_LIB =..\..\..\..\openssl-0.9.6\out32dll Greetings, Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List

RE: apache 1.319 + modssl 2.8.1 on windows

2001-03-09 Thread Daniel S. Reichenbach
trying to compile it on Win2k without success. Can you tell me exactly, which files you used to get it compiled. Thx, Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

RE: apache 1.319 + modssl 2.8.1 on windows

2001-03-09 Thread Daniel S. Reichenbach
? That would be great. Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL

RE: apache 1.319 + modssl 2.8.1 on windows

2001-03-09 Thread Daniel S. Reichenbach
It could be having trouble finding the openssl include files. In addition to the two files listed earlier, I interpreted: Install OpenSSL into $INSTALLTOP. You have do this by hand: ... $ copy /b inc32\* p:\openssl\include\openssl ... YES, it was this one... SSL_INC

lex problems...

2000-10-24 Thread Rubino Daniel-adr022
Hello! I'm using apache 1.3.14 + modssl 2.7.1-1.3.14 + openssl 0.9.5a + HP-UX 10.20. Everything works fine until I tried to run 'make' on apache. It gaves the following error (see bellow). Does anyone have any idea what's wrong? Thank you very much. Regards, Daniel

RE: [BugDB] failure of win32 compile (PR#470)

2000-10-21 Thread Daniel S. Reichenbach
Here are 3 issues that I noticed that caused the build to fail on the patching and building in win32, There might be more but I haven't looked hard enough ;) Try the latest snapshots from ftp://ftp.modssl.org/snapshot/ These issues have been fixed. Daniel

error in configure.bat

2000-10-14 Thread Daniel S. Reichenbach
=\"2.7.1\" /I..\..\include /Ic:\p rogramme\opensa\openssl\include ssl_engine_pphrase.c ssl_engine_pphrase.c NMAKE : fatal error U1073: don't know how to make 'ssl_engine_scache.obj' Daniel __ Apache Interface to OpenSS

RE: error in configure.bat

2000-10-14 Thread Daniel S. Reichenbach
ow to make 'ssl_engine_scache.obj' Ok, also fixed. Where can i get the fixed version? Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED]

RE: french crypto

2000-08-30 Thread Daniel Montalibet
We have tested it out here at Lucent (I haven't myself so I can only say what happend, not why). Installing a 128bits certificate on the web server, and using 40bits french Netscape (v 4.5 or 4.6) on NT4 to access it : computer crash ! As I've said, I only share my experience, so maybe

Re: encrypted keys: how to submit the passphrase to a script?

2000-05-08 Thread Daniel Mettler
spawn /usr/bin/kill -TERM `/usr/bin/cat /path/to/logs/httpd.pid` spawn /path/to/bin/apachectl stop sleep 3 spawn /path/to/bin/apachectl startssl sleep 6 expect "phrase" send "$pword\r" --end cut-- Enjoy --Ron -- Daniel Mettler http://ww

encrypted keys: how to submit the passphrase to a script?

2000-05-07 Thread Daniel Mettler
ion for httpd to set the passphrase i really hope that you can help me thanks daniel -- Daniel Mettler http://www.icu.unizh.ch/~mettlerd make config. not war. __ Apache Interface

RE: FYI: Compiling on Win32

2000-04-30 Thread Daniel S. Reichenbach
. But as i use a Visual C++ workspace for mod_ssl, this problem never appeared because Visual C++ automatically added gdi and winsock2. /me -- Open Server Architecture projecthttp://www.opensa.org/ Daniel S. Reichenbach [EMAIL PROTECTED

RE: FYI: Compiling on Win32

2000-04-29 Thread Daniel S. Reichenbach
http://www.opensa.org/ Daniel S. Reichenbach [EMAIL PROTECTED] __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL

suse's /sbin/init.d/apache script and encrypted private keys

2000-04-17 Thread Daniel Mettler
my keys in subdirectories of /etc/httpd, which is the default if i am right (apache server-root is /usr/local/httpd with me). but i have also tried to place the keys inside the server-root with the same effect... thanks for your help daniel

RE: Invalid method in request C or F

2000-03-27 Thread Daniel Montalibet
I faced the same trouble, on NT. Fixed by simply restarting all the stuff on my side! HTH Daniel. -Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de jleung Date: vendredi 24 mars 2000 20:52 À: [EMAIL PROTECTED] Objet: Invalid method in request C or F

Re: vitural hosting dilemma

2000-03-27 Thread Daniel Chester
PROTECTED] __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED] begin:vcard n:Chester;Daniel tel;cell:1-440-567-3459 tel;fax:1-801-730-2097

Apache_1.3.12-mod_ssl_2.6.1-openssl_0.9.5-WIN32-i386.zip

2000-03-25 Thread Daniel Montalibet
know how to start it using the included deliverables... Probably the contributor that has built it may help me... Thanks! Best regards, Daniel.

Announce: OpenSA release 0.20

2000-03-15 Thread Daniel S. Reichenbach
Norris * Daniel S. Reichenbach __ The OpenSA Project http://www.opensa.org/ __ Apache Interface to OpenSSL (mod_ssl

RE: ¡HELP!

2000-03-08 Thread Daniel S. Reichenbach
NDEBUG" /D "_WINDOWS" There you have to add /D "EAPI" to get JServ running without this error message. /me __ The OpenSA Project http://www.opensa.org/ Daniel S. Reichen

RE: ie4-5 and error messages

2000-03-08 Thread Daniel S. Reichenbach
__ The OpenSA Project http://www.opensa.org/ Daniel S. Reichenbach [EMAIL PROTECTED] __ Apache Interface to OpenSSL

RE: ANNOUNCE: mod_ssl 2.6.0-1.3.12, Win32 broken

2000-02-27 Thread Daniel S. Reichenbach
es i found, can`t cause this error message i posted yesterday. Anyone else out there, who has Apache with mod_ssl higher than 2.4.10 up and running ??? /me __ The OpenSA Project http://www.opensa.org

RE: ANNOUNCE: mod_ssl 2.6.0-1.3.12, Win32 broken

2000-02-27 Thread Daniel S. Reichenbach
the fast reply. UND AUßERDEM WÜNSCHE ICH EUCH BEIDEN ALLES GUTE ! Daniel __ The OpenSA Project http://www.opensa.org/ Daniel S. Reichenbach [

RE: Re(2): ANNOUNCE: mod_ssl 2.6.0-1.3.12, Win32 bro ken

2000-02-27 Thread Daniel S. Reichenbach
#ifdef WIN32 #include wincrypt.h #endif These additions work also with vc++ 5.0 Ok, I've added these lines to mod_ssl.h for 2.6.1. Just checked it with NT5 and Win98. Works fine for both. Daniel __ The OpenSA

RE: Crypto law question...

2000-01-29 Thread Daniel S. Reichenbach
I though you're in Germany, Daniel? If yes, then why do you bother about US export laws? For the Win32 problems I can only say that I've not changed any Win32 stuff in mod_ssl recently, so I guess the problems might be more related to changes in Apache. But if you have any patches at hand

Crypto law question...

2000-01-28 Thread Daniel S. Reichenbach
Hy, just a little law thing: after the export laws now have changed to allow 128bit exports, how about discussing code related things??? For OpenSA we would have several mod_ssl related issues to be discussed. This would help to fix the Win32 problems in 2.5.0. Daniel

RE: Apache 1.3.11, mod_ssl 2.5.0: Compilation problems on NT

2000-01-26 Thread Daniel S. Reichenbach
checked mod_ssl 2.5.0 and EAPI, but couldn`t find any probs. How about the changes for Apache 1.3.11? Maybe there? Ralf S. Engelschall Daniel S. Reichenbach [EMAIL PROTECTED] __ Apache

RE: windows

2000-01-14 Thread Daniel S. Reichenbach
www.opensa.org was done for some hours. I`m currently updating the server, so the site may temporary down. I hope that all will be finished by tomorrow. Daniel __ The OpenSA Project http://www.opensa.org

RE: OT: How to Add a Module to Apache

1999-12-16 Thread Daniel S. Reichenbach
ght way. Would`t it seperate the build process a bit more? Sounds like having the same things to do on all plattforms, but all on different ways. How about Cygwin32? This sounds cleaner to me. We could change the makefiles to detect C

RE: OT: How to Add a Module to Apache

1999-12-14 Thread Daniel S. Reichenbach
One last word to the OpenSA people: I believe that it will not be an impossible job to make OpenSA portable to UNIX. Windows was always harder for such stuff (Apache, mod_ssl, PHP, OpenSSL, etc.) to build and install, but UNIX is not for newbies too. Maybe I can help. Yep, you`re right.

RE: OT: How to Add a Module to Apache

1999-12-13 Thread Daniel S. Reichenbach
be on the right way. If i get you right, you would like an Apache source tree, where you get the same result, when you do a make under Unix or a nmake under Win32, no matter what extensions or modules have been applied. Right? Daniel [EMAIL PROTECTED

RE: OT: How to Add a Module to Apache

1999-12-12 Thread Daniel S. Reichenbach
stallation and that`s it. That should be ok ?! Daniel __ The OpenSA Project http://www.opensa.org/ Project Information[EMAIL PROTECTED] Daniel S. R

Re: Secure Email

1999-12-08 Thread Daniel Sutcliffe
is usually done by your client and Certificate Authority (someone like Verisign). If you wish to do it all your self, including becoming a CA (useful for Intranets and small groups to save money) you need openssl (www.openssl.org). Hope this helps /dan -- Daniel Sutcliffe [EMAIL

Re: Secure Email

1999-12-08 Thread Daniel Sutcliffe
:-) Sorry all /dan -- Daniel Sutcliffe [EMAIL PROTECTED] __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated Li

The OpenSA Project moved to new domain opensa.org

1999-12-05 Thread Daniel S. Reichenbach
, OpenSSL, Bind, PHP3 (or PHP4) and Sendmail on the Win32 Platform. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop OpenSA packages under Win32. Yours, Daniel

RE: Installation Problem

1999-12-03 Thread Daniel Reichenbach
5 or Win98 ? Did you install ActivePerl? Perl is required to run configure.bat. Daniel Reichenbach __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL

RE: ANNOUNCE: mod_ssl 2.4.9

1999-11-29 Thread Daniel Reichenbach
. Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

RE: ANNOUNCE: OpenSA 0.1

1999-10-24 Thread Daniel Reichenbach
correct after version 2.4.2. I didn`t have the time to check 2.4.6 or your posted patch, so we stayed with 2.4.2. I`ll check 2.4.6 and tell you, if it works. Daniel __ The OpenSA Project http

ANNOUNCE: OpenSA 0.1

1999-10-24 Thread Daniel Reichenbach
as possible. The OpenSA package is available for Download via HTTP from the following location (FTP is currently beeing set up): o http://www.opensa.de/source/ Yours, The OpenSA Project Team Martin Horwath * Christian Meis * David Norris * Daniel Reichenbach

Re: 2.4.6 prepared POST in Directory

1999-10-21 Thread Jeremy Daniel
I pulled down the snapshot just now in the hope that it would include a fix for a problem I was in the process of dealing with. First the good news: it compiled and ran with no apparent hitches under SunOS 5.6 (with mod_perl-1.21 and openssl 0.9.4) Now, what for me was bad: A (perhaps known)

RE: ANNOUNCE: mod_ssl 2.4.5

1999-10-02 Thread Daniel Reichenbach
semaphore based mutex, too ? Could this be the reason, why mod_ssl crashes on Win32 ? Daniel __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED

Re: Hang with, SSLRandomSeed startup file:/dev/urandom

1999-10-02 Thread Daniel Sutcliffe
in the list archives (as well) now:-) Sorry for wasting your time and thanks for a great product /dan -- Daniel Sutcliffe [EMAIL PROTECTED] __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: Hang with, SSLRandomSeed startup file:/dev/urandom

1999-10-01 Thread Daniel Sutcliffe
On Thu, Sep 30, 1999, Daniel Sutcliffe wrote: When I specify: SSLRandomSeed startup file:/dev/urandom in the .conf the server never gets past: ... [info] Init: Reinitializing OpenSSL library [trace] Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0

AW: mod_ssl 2.3.5 totaly broken on Win32

1999-10-01 Thread Daniel Reichenbach
__ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

mod_ssl 2.3.5 totaly broken on Win32

1999-09-30 Thread Daniel Reichenbach
59: syntax error : '}' mod_ssl.c(207) : error C2078: too many initializers NMAKE : fatal error U1077: 'cl.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Programme\Microsoft Visual Studio\VC98\bin\NMAKE .EXE"' : return code '0x2' Stop. AP_MM u

Hang with, SSLRandomSeed startup file:/dev/urandom

1999-09-30 Thread Daniel Sutcliffe
gratefully received, /dan -- Daniel Sutcliffe [EMAIL PROTECTED] __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated Li

Keyfiles for IIS and Apache and Header too long error

1999-09-20 Thread Daniel Khan
get the "Header too long" error - on SUSE Unix What could that be? (Yes I point to the right key- and certfiles in httpd.conf) thanks in advance daniel Webmaster ABM - Austrian Business Market Software - Hardware - Intern

AW: Help on first using mod_ssl

1999-08-24 Thread Daniel Reichenbach
It seams that you used a dsa certificate. Try the snakeoil-rsa certificate and all will work fine. Daniel

  1   2   >