change_notify
end
I found the creation of @cert_store about 1/2 page above line 532:
@cert_store = OpenSSL::X509::Store.new
So, I'm about to go nose around in the ruby OpenSSL code, demos, test-cases.
But, have any of you bumped into this issue?
Can you give me any hints on how to get http-acces2 talking to
an https website?
Thanks.
...Peter
--
Peter Smith
[EMAIL PROTECTED]
I'm having trouble with the stability of OpenSSL with Apache on Win32.
OpenSSL 0.9.6, mod-ssl 2.8.2, Apache 1.3.19.
Looks to me like ssl_io_suck_read is following the actx pointer
after the pool has been freed. This would not be a problem on
UNIX where there's only a single thread. It's a probl