We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7b6c4 commit 6b05a69Copy full SHA for 6b05a69
README.md
@@ -2417,6 +2417,8 @@ karate.configure('ssl', { trustAll: true });
2417
2418
For end-to-end examples in the Karate demos, look at the files in [this folder](karate-demo/src/test/java/ssl).
2419
2420
+There is also a minimal Spring Boot based example here: [Karate and SSL](https://github.com/karatelabs/karate-examples/blob/main/ssl/README.md)
2421
+
2422
### NTLM Authentication
2423
Karate provides support for NTLM authentication using the Apache NTLMEngine implementation.
2424
0 commit comments