Displaying 6 results from an estimated 6 matches for "openssl_prefix".
2017 Sep 14
2
JRE 8.1 for CentOS6
...common now that everyone puts re-directs in to force everyone to use https.
Can you get to the Apache logs on the remote machine? They may have more info.
The error about Java 1.8 might be a red-herring.
If the remote machine uses Perl on the backend, you might try setting the shell env variable OPENSSL_PREFIX to point on your local CentOS6 box to a newer version of openssl that handles the TLS handshake. The CPAN module Net::SSLeay uses that variable (if set) to use the specified OpenSSL library.
--Ed
2020 Oct 07
2
[PATCH] add with-openssl option
...OPENSSL_CFLAGS"
> > -LIBS="$OPENSSL_LIBS $LIBS"
> > -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new],
> > [openssl_ok='yes'])
> > -CFLAGS="$xt_save_CFLAGS"
> > -LIBS="$xt_save_LIBS"
> > +if test "x$openssl_prefix" != "xno"; then
> > + # Now try linking to openssl
> > + xt_save_CFLAGS="$CFLAGS"
> > + xt_save_LIBS="$LIBS"
> > + CFLAGS="$CFLAGS $OPENSSL_CFLAGS"
> > + LIBS="$OPENSSL_LIBS $LIBS"
> > + AC_...
2020 Oct 07
1
[PATCH] add with-openssl option
...ot;$OPENSSL_LIBS $LIBS"
> >>> -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new],
> >>> [openssl_ok='yes'])
> >>> -CFLAGS="$xt_save_CFLAGS"
> >>> -LIBS="$xt_save_LIBS"
> >>> +if test "x$openssl_prefix" != "xno"; then
> >>> + # Now try linking to openssl
> >>> + xt_save_CFLAGS="$CFLAGS"
> >>> + xt_save_LIBS="$LIBS"
> >>> + CFLAGS="$CFLAGS $OPENSSL_CFLAGS"
> >>> + LIBS="$OPE...
2017 Sep 14
0
JRE 8.1 for CentOS6
...ts re-directs in to force everyone to use https.
>
> Can you get to the Apache logs on the remote machine? They may have more info.
>
> The error about Java 1.8 might be a red-herring.
>
> If the remote machine uses Perl on the backend, you might try setting the shell env variable OPENSSL_PREFIX to point on your local CentOS6 box to a newer version of openssl that handles the TLS handshake. The CPAN module Net::SSLeay uses that variable (if set) to use the specified OpenSSL library.
The remote machine is an IMM (Integrated Management Module). I can
connect to that from a browser and then...
2020 Oct 05
0
[PATCH] add with-openssl option
...uot;
-xt_save_LIBS="$LIBS"
-CFLAGS="$CFLAGS $OPENSSL_CFLAGS"
-LIBS="$OPENSSL_LIBS $LIBS"
-AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new], [openssl_ok='yes'])
-CFLAGS="$xt_save_CFLAGS"
-LIBS="$xt_save_LIBS"
+if test "x$openssl_prefix" != "xno"; then
+ # Now try linking to openssl
+ xt_save_CFLAGS="$CFLAGS"
+ xt_save_LIBS="$LIBS"
+ CFLAGS="$CFLAGS $OPENSSL_CFLAGS"
+ LIBS="$OPENSSL_LIBS $LIBS"
+ AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_ne...
2020 Oct 07
0
[PATCH] add with-openssl option
...t;
>>> -LIBS="$OPENSSL_LIBS $LIBS"
>>> -AC_TRY_LINK([#include <openssl/ssl.h>], [void *a = SSL_new],
>>> [openssl_ok='yes'])
>>> -CFLAGS="$xt_save_CFLAGS"
>>> -LIBS="$xt_save_LIBS"
>>> +if test "x$openssl_prefix" != "xno"; then
>>> + # Now try linking to openssl
>>> + xt_save_CFLAGS="$CFLAGS"
>>> + xt_save_LIBS="$LIBS"
>>> + CFLAGS="$CFLAGS $OPENSSL_CFLAGS"
>>> + LIBS="$OPENSSL_LIBS $LIBS"
>...