HCA-Healthcare / elixir-mllp

An Elixir library for transporting HL7 messages via MLLP (Minimal Lower Layer Protocol)
Apache License 2.0
41 stars 19 forks source link

Custom SSL transport option #73

Closed bokner closed 1 year ago

bokner commented 1 year ago

This change allows to use a custom implementation of SSL transport. The default option is :ranch_ssl. The implementation module must implement the ranch_transport behavior. The example of implementation (which logs peer info for unsuccessful TLS handshakes) is included.