intel / intel/asynch_mode_nginx

[emerg] ENGINE_by_id("qatengine") failed

Open
#84 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
225
Forks
69
PR merge metrics
No merged PRs in 30d

Description

Hi there,

I am trying to build my own project by merging codes of asynch_mode_nginx into my Nginx 1.21.4 (with some additional codes written by myself). I also built my intel-ipsec-mb, ipp-crypto-mb and then QAT_Engine on my own environment. Since I only need SW acceleration, my Nginx conf looks like:

```
ssl_engine {
use_engine qatengine;
default_algorithms RSA,EC,DH,DSA;
qat_engine {
qat_offload_mode async;
qat_notify_mode poll;
qat_poll_mode heuristic;
qat_sw_fallback on;
}
}
```

But when I tried to start Nginx, I got:

```
nginx: [emerg] ENGINE_by_id("qatengine") failed
nginx: [emerg] ssl engine send ctrl failed
nginx: [emerg] ssl engine set failed
```

I am not sure about the reason: does it mean that I did not install QAT engine successfully? Do I need to specify the QAT engine dir when I rebuild my Nginx?

Thank you very much!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.