designerror
designerror
What version of the `OpenSSL` do you use ?
I will try to use `OpenSSL` with version `1_0_1`, how it described [here](http://www.codeproject.com/Articles/719490/vmime-NET-Smtp-Pop3-Imap-Library-for-Cplusplus-and) from issue [#127](https://github.com/kisli/vmime/issues/127).
`OpenSSL` version `1_0_1`, all is well.
Please add information about the `OpenSSL` version in your documentation.
For Ubuntu with `OpenSSL` version `(>=1.1.0)` similarity: 
I'm using `webdav_root` option ```python options = { 'webdav_hostname': "https://", 'webdav_login': "login", 'webdav_password': "password", 'webdav_root': "/remote.php/webdav" }```
@jcea, @wochinge. Thank you for your attention. In the new version of the program will be added this feature. while at the moment: `https://github.com/designerror/webdav-client-python/tree/disable-ssl-verification` for install: ``` $ wget https://github.com/designerror/webdav-client-python/archive/disable-ssl-verification.zip...