mongoDB-2.3.0.1: Driver (client) for MongoDB, a free, scalable, fast, document DBMS

Copyright(c) Yuras Shumovich 2016
LicenseApache 2.0
MaintainerVictor Denisov denisovenator@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Database.MongoDB.Transport.Tls

Description

This module is for connecting to TLS enabled mongodb servers. ATTENTION!!! Be aware that this module is highly experimental and is barely tested. The current implementation doesn't verify server's identity. It only allows you to connect to a mongodb server using TLS protocol.

Synopsis

Documentation

connect :: HostName -> PortID -> IO Pipe Source #

Connect to mongodb using TLS