soap-tls-0.1.1.4: TLS-enabled SOAP transport (using tls package)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.SOAP.Transport.HTTP.TLS

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] #