soap-tls-0.1.1.2: TLS-enabled SOAP transport (using tls package)

Safe HaskellNone
LanguageHaskell2010

Network.SOAP.Transport.HTTP.TLS

Contents

Description

SSL-enabled http transport with support for https requests and client certificates.

Synopsis

Documentation

confTransport Source

Arguments

:: Text

Section name containing transport settings.

-> Config 
-> ServerCertCallback 
-> IO Transport 

Initialize a SOAP HTTP transport with HTTPS support using tls.

Certificate validation

type ServerCertCallback = CertificateStore -> ValidationCache -> ServiceID -> CertificateChain -> IO [FailedReason] Source

validateDefault :: CertificateStore -> ValidationCache -> ServiceID -> CertificateChain -> IO [FailedReason]