We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85718b commit 472bee2Copy full SHA for 472bee2
README.md
@@ -161,6 +161,17 @@ Logout of your Hookdeck account and clear your stored credentials.
161
hookdeck logout
162
```
163
164
+### Skip SSL validation
165
+
166
+If you are developing on an SSL destination, and are using a self-signed certificate, you can skip the SSL validation by using the flag `--insecure`.
167
+You have to specify the full URL with the protocol when using this flag.
168
169
+**This is dangerous, and should only be used in development scenarios, and for desitnations that you trust.**
170
171
+```sh-session
172
+hookdeck --insecure listen https://<url-or-url:port>/
173
+```
174
175
### Version
176
177
Print your CLI version and whether or not a new version is available.
0 commit comments