-
Notifications
You must be signed in to change notification settings - Fork 59
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
Security Certificate Issue #98
Comments
How would you define your test if all you had was |
Hi @plroebuck, one use case for this is running Abao on a local development environment, where you may need to use a self-signed certificate for logistical reasons or convenience. If I had to define the test via cURL, I'd use its |
If the idea is to do insecure testing, would this work? $ env NODE_TLS_REJECT_UNAUTHORIZED=0 abao api.raml --server localhost:8181 |
That totally works, thanks! |
@agrover8, does the workaround above address your issue? Still need a real longterm solution, but we can document this as stand-in procedure until then... |
@plroebuck the use case is one where the server is secured using Mutual TLS. So a specific cert needs to be passed by the client. Curl handles it with the --cert option. Here is a description of how it works with curl: http://callistaenterprise.se/blogg/teknik/2011/04/04/curl-mutual-authentication-and-web-services/ |
Hi,
I am getting Uncaught AssertionError: expected [Error: self signed certificate] to equal error in ABAO as my API's is using secured certificate. Is there any way in ABAO if I can pass the security certificate file?
The text was updated successfully, but these errors were encountered: