You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/21 01:27:36 UTC

[GitHub] [apisix-docker] tokers commented on issue #106: 9443 端口无法请求

tokers commented on issue #106:
URL: https://github.com/apache/apisix-docker/issues/106#issuecomment-748709006


   > 2020/12/20 11:28:29 [error] 51#51: _428393 [lua] init.lua:180: http_ssl_phase(): failed to fetch ssl config: failed to parse PEM cert: PEM_read_bio_X509_AUX() failed, context: ssl_certificate_by_lua_, client: 175.152.148.237, server: 0.0.0.0:9443
   > 2020/12/20 11:28:50 [error] 50#50: _429894 [lua] init.lua:180: http_ssl_phase(): failed to fetch ssl config: failed to parse PEM cert: PEM_read_bio_X509_AUX() failed, context: ssl_certificate_by_lua_, client: 8.210.143.155, server: 0.0.0.0:9443
   > 2020/12/20 11:28:59 [error] 53#53: _430547 [lua] init.lua:180: http_ssl_phase(): failed to fetch ssl config: failed to parse PEM cert: PEM_read_bio_X509_AUX() failed, context: ssl_certificate_by_lua_, client: 8.210.143.155, server: 0.0.0.0:9443
   
   It seems your certificate format is invalid, so it cannot be parsed.
   
   You may try to validate it from `openssl x509`:
   
   ```sh
   openssl x509 -in /path/to/your/cert -text -noout`
   ```


----------------------------------------------------------------
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:
users@infra.apache.org