Skip to content

Commit aadc854

Browse files
authored
Update testing.md
1 parent 6b32143 commit aadc854

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/webhooks/testing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ bin/magento cache:clean webhooks_response
5353

5454
## Testing webhook endpoint with self-signed SSL certificate
5555

56-
**NOTE**: These options are recommended to use only for development purposes. It's not secure to disable SSL verification in production environments.
56+
<InlineAlert variant="info" slots="text1" />
57+
58+
SSL verification should be not be disabled in production environments. These options are recommended for development purposes only.
5759

5860
If your webhook endpoint uses a self-signed SSL certificate, you can disable SSL verification for the webhook endpoint by setting the `sslVerification` attribute to `false` in the `hook` element.
5961

@@ -75,7 +77,7 @@ If your webhook endpoint uses a self-signed SSL certificate, you can disable SSL
7577
</method>
7678
```
7779

78-
Or to specify path to the SSL certificate:
80+
Or, to specify the path to the SSL certificate:
7981

8082
```xml
8183
<method name="observer.checkout_cart_product_add_before" type="before">

0 commit comments

Comments
 (0)