Skip to content

Commit c4399e7

Browse files
committed
Avoid specifying cafile in the ssl_gnutls config.
1 parent 6c5425b commit c4399e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/3/modules/ssl_openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ configuration:
221221
```xml
222222
<sslprofile name="Clients"
223223
provider="openssl"
224-
cafile="ca.pem"
224+
cafile=""
225225
certfile="cert.pem"
226226
crlfile=""
227227
ciphers="DEFAULT"

docs/4/modules/ssl_openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ configuration:
214214
```xml
215215
<sslprofile name="Clients"
216216
provider="openssl"
217-
cafile="ca.pem"
217+
cafile=""
218218
certfile="cert.pem"
219219
crlfile=""
220220
ciphers="DEFAULT"

0 commit comments

Comments
 (0)