Skip to content

Commit

Permalink
README.md - add 'SSL Connection Support' section
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Sep 13, 2020
1 parent 869930f commit e074cc7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -29,6 +29,17 @@ $ puma
Without arguments, puma will look for a rackup (.ru) file in
working directory called `config.ru`.

## SSL Connection Support

Puma will install/compile with support for ssl sockets, assuming OpenSSL
development files are installed on the system.

If the system does not have OpenSSL development files installed, Puma will
install/compile, but it will not allow ssl connections.

If the system has OpenSSL development files installed, but you don't want Puma
to use ssl connections, set ENV['DISABLE_SSL'] to any value.

## Frameworks

### Rails
Expand Down

0 comments on commit e074cc7

Please sign in to comment.