maranov
maranov
### Is your feature request related to a problem? Please describe. Hi, I've changed the address of my NC server and set up a redirect to the new address. I...
PROTOCOL_TLS_CLIENT/_SERVER are attempted to be selected before falling back to the legacy PROTOCOL_TLS setting. The side effects of using PROTOCOL_TLS_CLIENT is that CERT_REQUIRED and check_hostname are enabled by default, but...
Per [Python ssl docs](https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_TLS), the `PROTOCOL_TLS` has been deprecated, replaced with `PROTOCOL_TLS_CLIENT/SERVER`. This setting is used in the client at: From what I understood, the `PROTOCOL_TLS_CLIENT` should be the correct...
Please use **[GitHub reactions](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)** 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add! **Describe the bug** Opening...