Re: [racket-dev] possible bug in openssl/mzssl

2012-03-01 Thread Sergey Pinaev
On Wed, 29 Feb 2012 09:20:54 -0700 Matthew Flatt mfl...@cs.utah.edu wrote: Neil and Timur: Thanks for detailed information about the problem. So far, I haven't managed to replicate the problem on my machine. Do you have any hints on how to configure Apache to trigger the problem or a server

Re: [racket-dev] possible bug in openssl/mzssl

2012-03-01 Thread Matthew Flatt
At Thu, 1 Mar 2012 09:31:40 +0400, Sergey Pinaev wrote: On Wed, 29 Feb 2012 09:20:54 -0700 Matthew Flatt mfl...@cs.utah.edu wrote: Neil and Timur: Thanks for detailed information about the problem. So far, I haven't managed to replicate the problem on my machine. Do you have any hints

Re: [racket-dev] possible bug in openssl/mzssl

2012-03-01 Thread Sam Tobin-Hochstadt
This repair seems to have broken uses of `net/url' over SSL. For example, this: (get-pure-port (string-url https://api.github.com/;)) produces: #input-port:pipe ; read-bytes: SSL read failed #f ; === context === ; /home/samth/sw/plt/collects/openssl/mzssl.rkt:235:2: error/network ;

Re: [racket-dev] possible bug in openssl/mzssl

2012-02-29 Thread Matthew Flatt
Neil and Timur: Thanks for detailed information about the problem. So far, I haven't managed to replicate the problem on my machine. Do you have any hints on how to configure Apache to trigger the problem or a server that I might try? I've tried connecting to an Apache servers running on 64-bit

Re: [racket-dev] possible bug in openssl/mzssl

2012-02-29 Thread Neil Van Dyke
Matthew Flatt wrote at 02/29/2012 11:20 AM: So far, I haven't managed to replicate the problem on my machine. Do you have any hints on how to configure Apache to trigger the problem or a server that I might try? I'm afraid I don't have that test setup or notes anymore. I do recall it was

Re: [racket-dev] possible bug in openssl/mzssl

2012-02-28 Thread Neil Van Dyke
Timur Sufiev wrote at 02/27/2012 08:58 AM: [...] Raw ports were wrapped with SSL successfully, but then program has hung up between 2 last actions: sending the request to server and reading its reply. Further investigation showed that in the course of SSL processing the server had requested

[racket-dev] possible bug in openssl/mzssl

2012-02-27 Thread Timur Sufiev
Consider the following code: (define cert-chain /opt/dozor/smap/config/httpd/server.crt) (define cert-root /opt/dozor/smap/config/httpd/server.crt) (define cert-sca /opt/dozor/smap/config/httpd/server.crt) (define key /opt/dozor/smap/config/httpd/server.key) (let-values (((in-raw out-raw)