Skip to content

[amundi] Fix access error because of TLS

Woob Import requested to merge amundi_tls into master

Fix #159 (closed).

Since python 2.7.13, PROTOCOL_TLS_V1 is deprecated in favor of PROTOCOL_TLS and flags. https://docs.python.org/2/library/ssl.html#ssl.PROTOCOL_TLSv1

Merge request reports