Skip to content

Commit e0a2e1d

Browse files
committed
remove misleading TLS instructions #108
1 parent f207b53 commit e0a2e1d

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
@@ -69,15 +69,6 @@ var_dump($curl->request_headers);
6969
var_dump($curl->response_headers);
7070
```
7171

72-
SSL verification setup:
73-
74-
```php
75-
$curl = new Curl\Curl();
76-
$curl->setOpt(CURLOPT_RETURNTRANSFER, TRUE);
77-
$curl->setOpt(CURLOPT_SSL_VERIFYPEER, FALSE);
78-
$curl->get('https://encrypted.example.com/');
79-
```
80-
8172
Example access to curl object:
8273

8374
```php

0 commit comments

Comments
 (0)