nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
108 stars 64 forks source link

OC_User_IMAP supporting only TLSv1 #13

Closed lsbbs closed 5 years ago

lsbbs commented 6 years ago

Affected apps

user_external

Steps to reproduce

1. Use OC_User_IMAP for authentication {imapserver:143/imap/tls/readonly}

  1. Disable TLSv1 on the IMAP server remaining TLSv1.1 and TLSv1.2

See closed issue for Nectcloud nextcloud/server#10328

violoncelloCH commented 5 years ago

related to #44

44 is the reason for this issue

it's an issue with the used php dependency which seems to be deprecated