RE: OT: Encryption and Credit Card Processing (fwd)

2002-05-28 Thread R. DuFresne
Can others with more incite to verisign certs verify this information for me? thanks in advance: In response to your question (see below) about surrogate/gated functionality built into the major browsers since Netscape and IE version 3, the answer is simple. To address the global needs of

[2.0.36] Last message: Seeding PRNG with 136 bytes of entropy

2002-05-28 Thread Thomas Gagné
./configure --enable-ssl --enable-proxy First, I'm reverse-proxying another box. When I do everything using just HTTP, it all works. Requests from the browser (IE 5) coming-in HTTPS using a home-made certificate (openssl, CA.pl -newcert). Everything works fine for a while. Then, for no good r

Re: NID_uniqueIdentifier got (partially) lost?

2002-05-28 Thread Lutz Jaenicke
On Tue, May 28, 2002 at 06:08:08PM +0200, Martin Kraemer wrote: > When trying to compile apache+mod_ssl against a recent snapshot of > openssl-0.9.8-dev (?), I get compile errors because the #define for > NID_uniqueIdentifier > is no longer present. It used to be both in objects.h and in obj_mac

RE: ssl proxy

2002-05-28 Thread Aryeh Katz
> What i type in the browser is the url to myscript (see original note > below). > > What i want displayed is simply the output of myscript (which i DO > get successfully if i point directly at the destination, again, as i > note below. > > -george If you show us your exact proxy directive, it

NID_uniqueIdentifier got (partially) lost?

2002-05-28 Thread Martin Kraemer
When trying to compile apache+mod_ssl against a recent snapshot of openssl-0.9.8-dev (?), I get compile errors because the #define for NID_uniqueIdentifier is no longer present. It used to be both in objects.h and in obj_mac.h (and is referenced in ssl_engine_vars.c): cscope: 0 ssl_engine_var

RE: ssl proxy

2002-05-28 Thread Petryczka, George
Owen, The browser is just for test to verify that proxy is working. My ultimate goal does not involve browsers at all - just an app pumping http messages into a proxy that converts to SSL and forwards to an https client. Anyway, for the test, the only settings i have changed from the default con

RE: ssl proxy

2002-05-28 Thread Aryeh Katz
> Tried ProxyPass and ProxyPassReverse on my proxy box and my test fails > (even with just plain http) with 404. To test I use MSIE against the > proxy host: http://www.myprox.com:8080/cgi-bin/myscript > > It does work when i point directly at the destination host: > http://www.mydest.com:8080/c

Re: ssl proxy

2002-05-28 Thread Owen Boyle
"Petryczka, George" wrote: > > Tried ProxyPass and ProxyPassReverse on my proxy box and my test fails > (even with just plain http) with 404. To test I use MSIE against the proxy > host: > http://www.myprox.com:8080/cgi-bin/myscript > > It does work when i point directly at the destination host

Bug Report mod_ssl 2.8.8 for Apache 1.3.24 with openssl-0.9.6.d

2002-05-28 Thread Courtin Bert
Hi there, using openssl-0.9.6.d with Apache/1.3.24 (Unix) mod_perl/1.26 PHP/4.2.0 mod_ssl/2.8.8 seems to lead to the following error on solaris 2.8: Apaches error-log: [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key which prevents apache from starting. Openssl-0.9.

RE: ssl proxy

2002-05-28 Thread Petryczka, George
Tried ProxyPass and ProxyPassReverse on my proxy box and my test fails (even with just plain http) with 404. To test I use MSIE against the proxy host: http://www.myprox.com:8080/cgi-bin/myscript It does work when i point directly at the destination host: http://www.mydest.com:8080/cgi-bin/myscr