intel / asynch_mode_nginx

Other
210 stars 60 forks source link

should I delete openssl.cnf? #17

Closed jiangzhuti closed 5 years ago

jiangzhuti commented 5 years ago

this kind of configuration in openssl.conf will not be effective for Nginx

so should i delete it? if i keep it, then it's failed to start nginx:

nginx: [emerg] QAT Engine failed: ENABLE_EXTERNAL_POLLING nginx: [emerg] ssl engine send ctrl failed nginx: [emerg] ssl engine set failed

daweiq commented 5 years ago

Yes, please delete the openssl.cnf file if you follow the README and enabled the polling config in nginx.conf. Because the configuration in openssl.cnf might have conflict with polling config in nginx.conf.