1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

README.md - add 'SSL Connection Support' section

This commit is contained in:
MSP-Greg 2020-09-12 16:38:49 -05:00
parent 55e78e4a4f
commit fe2c25ba55
No known key found for this signature in database
GPG key ID: D688DA4A77D8FA18

View file

@ -29,6 +29,18 @@ $ 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 before installing
Puma.
## Frameworks
### Rails