Re: ocsp request behind a proxy

2005-03-16 Thread Wolfgang Aigner
I've found a solution: when I use the -path option, then everyting is all right. openssl ocsp -host www.ocsp-server.net:80 -path http://www.ocsp-server.net -issuer ca.pem -serial 4 -VAfile responderCert.pem But maybe the standard option should do this. If it seems reasonable for you, then I will

ocsp request behind a proxy

2005-03-15 Thread Wolfgang Aigner
Hi All, I'm not able to make ocsp requests behind our transparent proxy (squid). The reason seems to be, that squid need http request with the syntax: POST http://www.ocsp-server.net/ HTTP/1.0 or POST / HTTP/1.0 Host: www.ocsp-server.net but openssl sends: POST / HTTP/1.0 Is this behavior rfc compl