mpeylo / cmpossl

An OpenSSL-based implementation of the Certificate Management Protocol (CMP), defined in IETF RFCs 4210, 4211, and 6712. It is being extended according to the emerging RFCs 'CMP Updates' (CMPv3), 'CMP Algorithms', and 'Lightweight CMP Profile'.
https://github.com/mpeylo/cmpossl/wiki
Other
35 stars 13 forks source link

Error ip not received #185

Closed Shriyanshmit closed 5 years ago

Shriyanshmit commented 5 years ago

I am getting below message. Please help

root@ubuntu:/opt/openssl/bin# ./openssl cmp -cmd ir -server 132.186.189.206:444 -path api/cmp -config "" -secret pass:test -ref test -newkey Key-2019.pem -certout Key-2019.pem OpenSSL:setup_ctx():apps/cmp.c:3216: WARNING: missing -recipient, -srvcert, -issuer, -oldcert or -cert; recipient will be set to "NULL-DN" OpenSSL:send_receive_check():crypto/cmp/cmp_ses.c:183: INFO: sending ir 140641880569600:error:390B10A8:CMP routines:OSSL_CMP_MSG_http_perform:read timeout:crypto/cmp/cmp_http.c:516: 140641880569600:error:390A1098:CMP routines:OSSL_CMP_exec_IR_ses:ip not received:crypto/cmp/cmp_ses.c:199:

DDvO commented 5 years ago

As I wrote for the original issue #181 you opened, you need to check your connection. You may use Wireshark to see if your request actually was sent. If so and no response arrived then the problem is somewhere else but not in the CMP client.