1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Merge pull request #728 from enwumeh/master

This commit is contained in:
John Nunemaker 2021-05-14 10:55:22 -04:00 committed by GitHub
commit 9ca514d672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ class Client
end
```
You can also include this options with the call:
You can also include all of these options with the call:
```ruby
class Client
@ -86,7 +86,7 @@ end
### Avoid SSL verification
In some cases you may want to skip SSL verification, because the entity that issue the certificate is not a valid one, but you still want to work with it. You can achieve this through:
In some cases you may want to skip SSL verification, because the entity that issued the certificate is not a valid one, but you still want to work with it. You can achieve this through:
```ruby
# Skips SSL certificate verification