ScriptFUSION / Porter

:lipstick: Durable and asynchronous data imports for consuming data at scale and publishing testable SDKs.
GNU Lesser General Public License v3.0
611 stars 24 forks source link

Added SSL support to HttpConnector and accompanying functional test #37

Closed 0xPaul closed 7 years ago

0xPaul commented 7 years ago

Thanks @markchalloner for your review. Your suggestion to do proper peer verification has been implemented by passing the certificate to the connector. Normally this is all that would be needed, but due to a bug with peer name verification and IPv6 we had to specify the name manually; it works without this over IPv4, however.