Login

Language :
TitleApache mod_ssl.so 연동에서 SSL_CONF_CTX 에러
SSL_CONF_CTX Error in Apache mod_ssl.so Interlink
Writer이지섭Write DateJan 14 2018Modify DateApr 14 2019View Count2118

When connecting to SSL on an Apache web server, the following error sometimes causes it to fail.


mod_ssl.so: undefined symbol: SSL_CONF_CTX_finish


At this point, you can set up an Apache by giving them the --enable-ssl-staticlib-deps option.

 

./configure
  --prefix=/usr/local/apache2
  --enable-module=so
  --enable-so
  --enable-mods-shared=ssl
  --with-ssl=/usr/local/ssl
  --enable-ssl=shared
  --with-included-apr
  --with-included-apr-util
  --enable-ssl-staticlib-deps


(Environment) Linux Ubuntu 16.04, Apache 2.4.29, OpenSSL 1.1.0g

 

[Web page referenced]

  http://apache-http-server.18135.x6.nabble.com/Re-httpd-and-OpenSSL-1-0-2-td5021572.html

Comment

Name               Password 
Content
Check Password.

Please enter your password when registering your comment.