Re: SSL problems

2001-04-21 Thread Cliff Woolley
On Sat, 21 Apr 2001, JRicker wrote: > I've been working on this PHP driven shopping cart program called > phpshop. Everything works fine until I use the secure server url. The > urls generally look like this: > > http://www.eavalon.com/shop/?page=shop/flypage&product_id=24 > > and the file inde

Re: SSL problems

2001-04-21 Thread JRicker
: order of the directory index in ur apache file may be the : problem? Virtual hosting under ssl has a different order maybe. check : ur httpd.conf file : : - John Which problem do you think this will fix? I think I found out part of the problem with the POSTed urls but will this fix the defau

Pass Phrase

2001-04-21 Thread Mike K
hi... ive got apache 1.3.12 running with openssl... had everything working fine with SSLPassPhraseDialog Builtin Now I decided that I dont want to always be prompted for the passphrase, so I set: SSLPassPhraseDialog exec:/www/bin/q /www/bin/q is: #!/usr/bin/perl print "pass_here"; The q script

Re: SSL problems

2001-04-21 Thread john
order of the directory index in ur apache file may be the problem? Virtual hosting under ssl has a different order maybe. check ur httpd.conf file - John On Sat, 21 Apr 2001, JRicker wrote: > I've been working on this PHP driven shopping cart program called > phpshop. Everything works fine unt

SSL problems

2001-04-21 Thread JRicker
I've been working on this PHP driven shopping cart program called phpshop. Everything works fine until I use the secure server url. The urls generally look like this: http://www.eavalon.com/shop/?page=shop/flypage&product_id=24 and the file index.phtml is served up as the default. When I use

sslpassphrasedialog bug?!

2001-04-21 Thread Mike K
hi... ive got apache 1.3.12 running with openssl... had everything working fine with SSLPassPhraseDialog Builtin Now I decided that I dont want to always be prompted for the passphrase, so I set: SSLPassPhraseDialog exec:/www/bin/q /www/bin/q is: #!/usr/bin/perl print "pass_here"; The q script