You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to develop a Kong plugin and I need to parse some ASN.1 x509 certificates, however Kong internally uses luaossl package, which as said in #72 uses the same require string, resulting in my plugin loading luaossl instead of this library and crashing as soon as it executes a require'openssl'.x509.read("...cert...").
I did not find any clear solution to be able to load the right library, I understand perfectly none of the two projects wants to rename their projects, but I'd like to know if you have any suggestion to solve this issue.
The text was updated successfully, but these errors were encountered:
I'm trying to develop a Kong plugin and I need to parse some ASN.1 x509 certificates, however Kong internally uses
luaossl
package, which as said in #72 uses the same require string, resulting in my plugin loading luaossl instead of this library and crashing as soon as it executes arequire'openssl'.x509.read("...cert...")
.I did not find any clear solution to be able to load the right library, I understand perfectly none of the two projects wants to rename their projects, but I'd like to know if you have any suggestion to solve this issue.
The text was updated successfully, but these errors were encountered: