-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Mock fails to launch when key & cert have to be auto-generated #2270
Comments
Can I work on this issue |
@kang-mansher sure ! |
Hey @ptrthomas , I am not able to create a branch from development. and not able to find any documentation regarding raising PR. |
@kang-mansher no you should be able to create a PR and others have been able to. the contrib docs are here: https://github.com/karatelabs/karate/blob/master/.github/CONTRIBUTING.md |
Hi @ptrthomas, Thank you for your support. I have raised PR for the same. Please find the description and the screenshots of the replicated issue as well as the fix in the PR. Thank you |
thanks @kang-mansher ! @staffier would you be able to build the JAR locally (from |
1.4.1 released |
This is likely a permissions issue with my particular machine, but I'm running into RuntimeException errors when attempting to launch a mock server using SSL, without a key and cert specified (so Karate attempts to create them for me).
To replicate, simply run
java -jar karate.jar -m server.feature -p 8080 -s
(assuming you have the JAR file saved locally)Oddly enough,
* karate.start({mock: 'server.feature', port: 8080, ssl: true})
works just fine...but creates the key and cert in the target folder.The text was updated successfully, but these errors were encountered: