ssl - Upgraded OpenSSL - How do I get Apache HTTPD to Use? -
i had need upgrade old server. server fulfills specific purpose , such has not been kept date. recent push ssl utilize sha256 needed upgrade few packages.
short background
the server rhel3 (yes, correct).
i downloaded , built openssl 0.9.8q , ensured instance of openssl on server (moving old instance backup directory). downloaded , built curl 7.15.5 ./configure --with-ssl=/usr/local/ssl
- pointing with-ssl
new openssl directory.
once curl built tested connection resource requiring sha256 using curl. connection test successful using curl.
on problem , question
i downloaded httpd 2.0.59 , built --enable-ssl
, --enable-so
, tests did not work.
i tried d/l & build httpd 2.0.63 having trouble getting 2.0.63 working @ all. took mod_ssl
built 2.0.63 , put 2.0.59 directory...no luck either.
i feel missing element connects httpd newly installed openssl. need ensure mod_ssl
using new version of openssl on server?
i understand quite few releases behind httpd instances, again, old server specific purpose. goal working sha256, not buy new server latest rhel, etc.
thank input/assistance.
running
./configure --help |grep ssl
gives
--with-ssl=dir ssl/tls toolkit (openssl)
so curl build try adding that.
assuming not going sensible thing , upgrade os.
Comments
Post a Comment