lilihongjava opened a new issue #2781:
URL: https://github.com/apache/apisix/issues/2781


   ### Issue description
   
   Operation steps:
   1. openssl genrsa -out private.pem 2048 
   2. openssl req -new -x509 -key private.pem -out cacert.pem -days 1095 
   3. cat /home/cert/cacert.pem >> /etc/pki/tls/certs/ca-bundle.crt
   4. curl http://127.0.0.1:9080/apisix/admin/ssl/1 -H 'X-API-KEY: XXX' -X PUT 
-d '{XXX}‘
   
   
   error image:
   
   
![image](https://user-images.githubusercontent.com/5799352/99497129-6f1bae00-29b0-11eb-9fd4-6254e9fec406.png)
   
   ### Environment
   
   * apisix version 1.5:
   * OS:CentOS Linux release 7.4.1708 (Core)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to