Skip to content

Commit 4163530

Browse files
committed
remove misleading TLS instructions #108
1 parent a8e98b8 commit 4163530

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,6 @@ var_dump($curl->request_headers);
7575
var_dump($curl->response_headers);
7676
```
7777

78-
SSL verification setup:
79-
80-
```php
81-
$curl = new Curl\Curl();
82-
$curl->setOpt(CURLOPT_RETURNTRANSFER, TRUE);
83-
$curl->setOpt(CURLOPT_SSL_VERIFYPEER, FALSE);
84-
$curl->get('https://encrypted.example.com/');
85-
```
86-
8778
Example access to curl object:
8879

8980
```php

0 commit comments

Comments
 (0)