From 294d7e1d31fd4a67b841e75e8688d751b71122fa Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Fri, 25 Aug 2023 16:26:30 -0700 Subject: [PATCH] 425 FTP error can be fixed with `reuse_ssl` option --- docs_src/reference/weewx-options/stdreport.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs_src/reference/weewx-options/stdreport.md b/docs_src/reference/weewx-options/stdreport.md index aaf80dc9..ab2eef5d 100644 --- a/docs_src/reference/weewx-options/stdreport.md +++ b/docs_src/reference/weewx-options/stdreport.md @@ -181,10 +181,11 @@ is `true`. Some FTP servers (notably PureFTP) reuse ssl connections with FTPS. Unfortunately, the Python library has a bug that prematurely closes such -connections. See [https://bit.ly/2Lrywla](https://bit.ly/2Lrywla). Symptom -is an exception **OSError: [Errno 0]**. This option activates a workaround -for Python versions greater than 3.6. It won't work for earlier versions. -Optional. Default is `false`. +connections. See [https://bit.ly/2Lrywla](https://bit.ly/2Lrywla). Symptom is an +exception *OSError: [Errno 0]*, or a 425 error ("*425 Unable to build data +connection: Operation not permitted*"). This option activates a workaround for +Python versions greater than 3.6. It won't work for earlier versions. Optional. +Default is `false`. #### port