RitterHou commented on PR #10771: URL: https://github.com/apache/apisix/pull/10771#issuecomment-1903579311
I have found the reason for this error, the SSL key encryption must check whether the key is started with `---`, if the key is not started with `---`, the encryption will not work and the origin SSL key will be returned. However, the `data encryption` doesn't have this limit. If I add the check of the prefix, the SSL key check will be ok, but the data encryption will never work because it doesn't have a `---` prefix. But if I remove the check, the SSL key encryption will have the error I mentioned before. Can you help me to solve this problem? @monkeyDluffy6017 > @RitterHou I think the error is imported by your modifications  -- 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]
