Skip to content

Commit

Permalink
Update SSL entry in the FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Jan 2, 2017
1 parent da6e3ba commit 38d9654
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snaplets/heist/templates/faq.md
Expand Up @@ -137,7 +137,10 @@ unregister -f snap-server` to avoid potential version conflicts.
Once you have done that, run your application as follows using values
appropriate to your setup.

./app --ssl-port=443 --ssl-cert=cert.pem --ssl-key=key.pem
./app --ssl-port=443 --ssl-cert=cert.pem --ssl-key=key.pem --ssl-address=0.0.0.0 --ssl-chain-cert=False

If you are setting the server configuration in your Haskell code, you need to
make sure that you set a value for all five of the SSL config fields.

### Why do I get a "cannot find normal object file" error when building Snap?

Expand Down

0 comments on commit 38d9654

Please sign in to comment.