Skip to content

Example of using SSL in Erlang and having handler usable in SSL or non-ssl mode

Notifications You must be signed in to change notification settings

Erlang-Communitivity/ErlangSSLExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ErlangSSLExample - A simple example of an SSL enabled echo server

This demonstrates how a server can be written in erlang that can be started in either SSL mode or non-SSL mode and have the mode be transparent to the data handling code.

To do:

.. Add code to demonstrate upgrading non-ssl model connection to ssl-model suing . .. Add build support for rebar .. Add demo/unit tests

About

Example of using SSL in Erlang and having handler usable in SSL or non-ssl mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages