Commit d26b45c
authored
Add a configuration in .ctf/config to disable ssl verification (#72)
* Add `ssl_verify` in the `.ctf/config` file to support SSL verification disabling
* `ssl_verify` mimics the `verify` parameter in requests in that it can be `true` or `false` or a string (specifying the trusted SSL certificates)1 parent 5f288fc commit d26b45c
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
68 | 80 | | |
| 81 | + | |
69 | 82 | | |
70 | 83 | | |
0 commit comments