Skip to content

Commit

Permalink
remove misleading TLS instructions #108
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Feb 11, 2025
1 parent f207b53 commit e0a2e1d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ var_dump($curl->request_headers);
var_dump($curl->response_headers);
```

SSL verification setup:

```php
$curl = new Curl\Curl();
$curl->setOpt(CURLOPT_RETURNTRANSFER, TRUE);
$curl->setOpt(CURLOPT_SSL_VERIFYPEER, FALSE);
$curl->get('https://encrypted.example.com/');
```

Example access to curl object:

```php
Expand Down

0 comments on commit e0a2e1d

Please sign in to comment.