Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-02-01 Thread Stephen Collyer
Stephen Collyer wrote: Right. Howver, by "workaround" I was referring to a configuration change (maybe adding that SSLOptions +OptRenegotiate ?). For the record, I've tried the various config. related fixes suggested in the bugzilla report (i.e. the adding of SSLOptions +OptRenegotiate, and th

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
Joe Orton wrote: On Tue, Jan 31, 2006 at 02:42:27PM +, Stephen Collyer wrote: Joe Orton wrote: On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I try to execute a POST against thi

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
Boyle Owen wrote: Taking a wild guess, I'd say maybe SSL Re-negotiation in conjunction with POST method is not supported... :-) It's a long shot, but you might try putting "SSLOptions +OptRenegotiate" in your config. Fair comment. However, I am aware of *what* the error message says, an

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Joe Orton
On Tue, Jan 31, 2006 at 02:42:27PM +, Stephen Collyer wrote: > Joe Orton wrote: > >On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: > > > >>I have an SSL enabled Apache 2.0.55, with a CGI enabled > >>Location accessible via SSL. > >> > >>When I try to execute a POST against this

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
Joe Orton wrote: On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I try to execute a POST against this location, I get a 405 "Method not allowed" response. This is http://issues.apache.

RE: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Boyle Owen
> -Original Message- > From: Stephen Collyer [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 31. Januar 2006 13:34 > To: Apache Users > Subject: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem > > I have an SSL enabled Apache 2.0.55, with a CGI enabled > Loc

Re: [EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Joe Orton
On Tue, Jan 31, 2006 at 12:34:27PM +, Stephen Collyer wrote: > I have an SSL enabled Apache 2.0.55, with a CGI enabled > Location accessible via SSL. > > When I try to execute a POST against this location, I get > a 405 "Method not allowed" response. This is http://issues.apache.org/bugzilla/

[EMAIL PROTECTED] Apache 2.0.55 SSL and POST problem

2006-01-31 Thread Stephen Collyer
I have an SSL enabled Apache 2.0.55, with a CGI enabled Location accessible via SSL. When I try to execute a POST against this location, I get a 405 "Method not allowed" response. The same directives work fine under a non-SSL enabled server. There is no LIMIT directive that tries to restrict POS