-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self signed cert not supported #185
Comments
Have a look at
|
See also in the documentation:
https://docs.laminas.dev/laminas-mail/read/#using-remote-storage-protocols |
Yes this is of course true but there is missing:
This line here:
|
Ah, it's a feature request. |
At line:
61 private function prepareSocketOptions(): array
in src/Protocol/ProtocolTrait.php
there is no way to set:
'allow_self_signed' => true,
And this means there is no way to support self signed certs.
Is there a way how to implement this?
The text was updated successfully, but these errors were encountered: