Skip to content
Snippets Groups Projects

Add docs on how to turn off SSL verification on GH oauth

All threads resolved!
+ 2
2
@@ -125,7 +125,7 @@ For omnibus package:
"app_id" => "YOUR_APP_ID",
"app_secret" => "YOUR_APP_SECRET",
"url" => "https://github.com/",
"verify" => false,
"verify_ssl" => false,
"args" => { "scope" => "user:email" }
}
]
@@ -137,7 +137,7 @@ For installation from source:
- { name: 'github', app_id: 'YOUR_APP_ID',
app_secret: 'YOUR_APP_SECRET',
url: "https://github.example.com/",
verify: false,
verify_ssl: false,
args: { scope: 'user:email' } }
```
Loading