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
Navigate to ingress domain (cyberchef.bearden.local in this example) and try to use RSA key-pair generation.
Expected behaviour
Generates an RSA key-pair. The same container run through docker functions.
Screenshots
Desktop (if relevant, please complete the following information):
OS: Debian 12 with MicroK8s v1.31.4 revision 7514
Browser: Chrome/Firefox (same browser used when ruling out docker based deployment)
CyberChef version: 10.19.4
Additional context
This seems to be an issue with the ingress functionality in kubernetes. Ingress logs seem to show a successful 200 response code for the prime.worker.min.js asset:
My guess is it's how it's referenced in a link somewhere, but with the 200 response code I'm stumped still. Going to try to find the root cause on my end because I need to deploy this to kubernetes for this deployment context and had a customer run into this issue while doing some training. Using openssl on the command line as a workaround but this bug may manifest in different functions potentially.
The text was updated successfully, but these errors were encountered:
Describe the bug
When attempting to generate RSA key pairs when deployed in kubernetes with an ingress, receive the following error:
To Reproduce
Deploy cyberchef using kubernetes with the following configuration:
Navigate to ingress domain (cyberchef.bearden.local in this example) and try to use RSA key-pair generation.
Expected behaviour
Generates an RSA key-pair. The same container run through docker functions.
Screenshots
Desktop (if relevant, please complete the following information):
Additional context
This seems to be an issue with the ingress functionality in kubernetes. Ingress logs seem to show a successful 200 response code for the prime.worker.min.js asset:
My guess is it's how it's referenced in a link somewhere, but with the 200 response code I'm stumped still. Going to try to find the root cause on my end because I need to deploy this to kubernetes for this deployment context and had a customer run into this issue while doing some training. Using openssl on the command line as a workaround but this bug may manifest in different functions potentially.
The text was updated successfully, but these errors were encountered: