One case wher this can happen is the dh generation was interrupted during the build. The upcomming apache2.2 will no.longer require such a hack because mod_ssl has undergone a huge rewrite. -- Sent from my Android phone with GMX Mail. Please excuse my brevity.
Bryan Drewery <[email protected]> wrote: On 5/31/2015 8:29 AM, Adam McDougall wrote: > Is anyone else getting this issue? I had to revert the change on my systems. > Thanks. > Yes it looks incomplete. Nothing is providing get_dh2048. > work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c:static DH *get_dh512(void) > work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c:static DH *get_dh1024(void) > work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c: dh = get_dh2048(); > work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c: dh = get_dh3072(); > work/httpd-2.2.29/modules/ssl/ssl_engine_dh.c: dh = get_dh3072(); The module is only providing 512 and 1024 but not 2048 and 3072 symbols. -- Regards, Bryan Drewery _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
