designerror

Results 7 comments of 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: ![screenshot from 2016-10-19 06-50-06](https://cloud.githubusercontent.com/assets/9032561/19519420/31763676-95c9-11e6-8d70-188efc4d040e.png)

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...