You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php.net has updated their documentation to state the fact that their function does not validate the certificate used in the SSL connection. php/doc-en#3915
The docs of this project are regarding SSL are sparse, merely advertising that the option exists.
I'm opening this issue to bring this fact to attention, as an user I assumed that 'ssl' => true is a "secure by default" option, which is not the case, so maybe this should at least be noted until an updated implementation becomes available.
(The PHP team was OK with handling this issue in public issuetrackers.)
The text was updated successfully, but these errors were encountered:
php.net has updated their documentation to state the fact that their function does not validate the certificate used in the SSL connection. php/doc-en#3915
flysystem/src/Ftp/FtpConnectionProvider.php
Line 46 in edc1bb7
The docs of this project are regarding SSL are sparse, merely advertising that the option exists.
I'm opening this issue to bring this fact to attention, as an user I assumed that
'ssl' => true
is a "secure by default" option, which is not the case, so maybe this should at least be noted until an updated implementation becomes available.(The PHP team was OK with handling this issue in public issuetrackers.)
The text was updated successfully, but these errors were encountered: