Help for this page

Select Code to Download


  1. or download this
    Failed to GET 'https://www.helsinki.fi/': 
    501 Protocol scheme 'https' is not supported 
    (Crypt::SSLeay not installed) at testSSL.pl line 19.
    
  2. or download this
    $ perl -MCrypt::SSLeay -e "print 'OK'"
    Can't find 'boot_Crypt__SSLeay' symbol 
    in c:/Perl/site/lib/auto/Crypt/SSLeay/SSLeay.dll
    
  3. or download this
    ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/Crypt-SSLeay.ppd
    ppm install failed: The PPD does not provide code to install for this 
    +platform
    
  4. or download this
    OpenSSL glue that provides LWP https support 
    Joshua Chamas <josh (at) chamas dot com> install_ssl
    
  5. or download this
    link -out:blib\arch\auto\Crypt\SSLeay\SSLeay.dll 
    -dll -nologo -nodefaultlib -debug -opt:ref,icf  
    ...
    blib\arch\auto\Crypt\SSLeay\SSLeay.dll : fatal error LNK1120: 50 unres
    +olved externals
    NMAKE : fatal error U1077: 'link' : return code '0x460'
    Stop.
    
  6. or download this
    BUILD INFORMATION
    ================================================
    ...
    libraries:   -Lc:\openssl\lib -lssleay32 -llibeay32
    include dir: -Ic:\openssl\include
    ================================================