purescript-httpurple/docs/Examples/SSL
2017-10-26 17:19:30 -04:00
..
Certificate.cer
Key.key
Main.purs Clean up tests and examples (#86) 2017-10-26 17:19:30 -04:00
Readme.md

SSL Example

This is a basic 'hello world' example, that runs over HTTPS. It simply returns 'hello world!' when making any request.

Note that it uses self-signed certificates, so you will need to ignore certificate errors when testing.

To run the example server, run:

make example EXAMPLE=SSL