Skip to content
Snippets Groups Projects

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

All threads resolved!
+ 0
4
@@ -118,8 +118,6 @@ It should be disabled by adding `verify_ssl` to `false` to the provider configur
@@ -118,8 +118,6 @@ It should be disabled by adding `verify_ssl` to `false` to the provider configur
For omnibus package:
For omnibus package:
For GitHub Enterprise:
```ruby
```ruby
gitlab_rails['omniauth_providers'] = [
gitlab_rails['omniauth_providers'] = [
{
{
@@ -135,8 +133,6 @@ For omnibus package:
@@ -135,8 +133,6 @@ For omnibus package:
For installation from source:
For installation from source:
For GitHub Enterprise:
```
```
- { name: 'github', app_id: 'YOUR_APP_ID',
- { name: 'github', app_id: 'YOUR_APP_ID',
app_secret: 'YOUR_APP_SECRET',
app_secret: 'YOUR_APP_SECRET',
Loading