[racket-dev] SSL problem with the webserver?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Wed Aug 17 15:59:09 EDT 2011

This means that the underlying libssl can't be found at the correct
version. These are the versions it looks for:

         (ffi-lib libssl-so '("" "1.0" "1.0.0a" "0.9.8b" "0.9.8" "0.9.7")))))

which do you have? Is it in a place that Racket can find it?

Jay

On Wed, Aug 17, 2011 at 1:46 PM, Kathi Fisler <kfisler at gmail.com> wrote:
> I've just updated a web app that used to run under 4.0.1 to 5.1.3.
> Now, when we start up the app with ssl/https, I get the error below.
>
> Anyone experienced with SSL clients recognize the problem here?
>
> thanks,
> Kathi
>
> ---------------------------------------------
> SSLv23_client_method: implementation not found; no arguments provided
>
>  === context ===
> /home/turnin/plt-5.1.3/lib/racket/collects/openssl/mzssl.rkt:322:2:
> ssl-make-client-context
> /home/turnin/plt-5.1.3/lib/racket/collects/web-server/web-server.rkt:52:0: core
> /home/turnin/plt-5.1.3/lib/racket/collects/web-server/servlet-dispatch.rkt:81:0:
> core
> /home/turnin/turnin/startup.rkt: [running body]
> ----------------------------------------------
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93



Posted on the dev mailing list.