DonHaul commented on issue #55885:
URL: https://github.com/apache/airflow/issues/55885#issuecomment-3313579612

   > I think I may be a bit confused - what specifically do you think the issue 
is? How are you coming to that conclusion? It seems to be a cert issue...
   
   The hook is using by defaul a context that requires some validations
   
[ssl.create_default_context()](https://github.com/python/cpython/blob/3.10/Lib/ssl.py#L741)
 that from what understood not all ftp servers need to comply with, as such by 
default `ssl.py` has a backwards compatible context 
[ssl._create_unverified_context()](https://github.com/python/cpython/blob/3.10/Lib/ssl.py#L779C5-L779C31).
   
   Have I understood correctly? I am not an `ftp` expert


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to