Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 98503ac

Browse files
Pablo MercadoSameer Naik
andauthored
Update docs/targets/http.md
Co-authored-by: Sameer Naik <[email protected]>
1 parent 033e12b commit 98503ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/targets/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The HTTP event target sends requests to arbitrary URLs and wraps responses in Cl
88

99
Responses from external HTTP endpoints are converted into [CloudEvents][ce] and sent as a reply to the TriggerMesh Broker/Channel. It is important that the HTTP target filters received events and cares about response event type and event source to avoid loops where those responses might end up being processed by the HTTP Target.
1010

11-
Requests from this HTTP target will verify TLS certificates from the remote server if present. If the CA certificate at the server is self-signed, the public certificate needs to be added to the configuration, or alternatively mark the skip verify option.
11+
Requests from this HTTP target will verify TLS certificates from the remote server if present. If the CA certificate at the server is self-signed, the public certificate needs to be added to the configuration, or alternatively mark the `Skip Verify` option.
1212

1313
If the remote endpoint requires basic authentication, the password needs to be created as a secret.
1414

0 commit comments

Comments
 (0)