Skip to content

Commit

Permalink
Mention pyopenssl workaround for apache users.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Feb 1, 2018
1 parent 2a06ff1 commit bd384b9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/howtos/run-sync-1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,13 @@ We provide a **syncserver.wsgi** file for your convenience in the repository.
Before running Apache, edit the file and check that it loads the the right
.ini file with its full path.

Some users have reported issues with outbound TLS connections when running
under Apache. If your server is giving 503 errors and the Apache error log
mentions "SysCallError", you may be able to correct the problem by installing
the pyopenssl library::

$ local/bin/pip install pyopenssl


Nginx + Gunicorn
::::::::::::::::
Expand All @@ -293,7 +300,7 @@ Tested with debian stable/squeeze
1. First install gunicorn in the syncserver python environment::

$ cd /usr/src/syncserver
$ local/bin/easy_install gunicorn
$ local/bin/pip install gunicorn

2. Then enable gunicorn in the **syncserver.ini** file::

Expand Down

0 comments on commit bd384b9

Please sign in to comment.