We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to run the demo on my linux machine. Full CI/CD pipeline:
the build is failing at 'API Tests' stage
the console output: console output.txt
it is easier to spot the bug at the end of the file
$ python3 --version Python 3.9.5 $ openssl version OpenSSL 1.1.1j 16 Feb 2021
i am running everything locally through localhost (no VMs or docker) ports: 8080 for demo (through intellij) 8081 for jenkins (through tomcat)
i am not experienced in python, but some googling pointed to the error being related to python's integration of openssl.
I am dumbfounded by this error at this point
PS. thank you for this amazing demo...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to run the demo on my linux machine. Full CI/CD pipeline:
the build is failing at 'API Tests' stage
the console output:
console output.txt
it is easier to spot the bug at the end of the file
i am running everything locally through localhost (no VMs or docker)
ports:
8080 for demo (through intellij)
8081 for jenkins (through tomcat)
i am not experienced in python, but some googling pointed to the error being related to python's integration of openssl.
I am dumbfounded by this error at this point
PS. thank you for this amazing demo...
The text was updated successfully, but these errors were encountered: