Skip to content

Commit

Permalink
fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thousandsofthem committed Sep 8, 2012
1 parent 4391801 commit b9f802b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -216,8 +216,8 @@ If you see `Uncaught exception 'Http_Exception' with message 'http error: 0 | '
it most likely caused by misconfigured cURL https sertificates.
There are two ways to fix this error:

1) Disable SSL sertificate verification - add this line after IronWorker initialization: `$worker->ssl_verifypeer = false;`
2) Switch to http protocol - add this to configuration options: `protocol = http` and `port = 80`
1. Disable SSL sertificate verification - add this line after IronWorker initialization: `$worker->ssl_verifypeer = false;`
2. Switch to http protocol - add this to configuration options: `protocol = http` and `port = 80`

# Full Documentation

Expand Down

0 comments on commit b9f802b

Please sign in to comment.