stevenlee87 commented on issue #2476:
URL:
https://github.com/apache/apisix-dashboard/issues/2476#issuecomment-1160266730
> I meant to find this request in this panel in the browser, and observe the
request payload and response data, the form component apparently received
abnormal data causing the display exception.
I looked at the data stored in the ETCD.Two parameters of the certificate
uploaded in script mode are missing:
{"update_time":1655720235,"cert":"-----BEGIN
CERTIFICATE-----key...(omit)....\n-----END
CERTIFICATE-----\n","create_time":1655367017,"snis":["imepisode.top"],"status":1,"key":"key...(omit)....","id":"10"}
The normal data is:
{"id":"10","create_time":1655367017,"update_time":1655720045,"cert":"-----BEGIN
CERTIFICATE-----\nkey...(omit)....\n-----END
CERTIFICATE-----\n","key":"-----BEGIN RSA PRIVATE
KEY-----\r\nkey...(omit)....\r\n-----END RSA PRIVATE
KEY-----\r\n","snis":["imepisode.top"],"status":1,"validity_start":1654128000,"validity_end":1661990399}
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]