-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Reader] Unable to enable crypto on TCP connection #51
Comments
Hi @lethak, Thank you for this workaround about SSL, I've never had the use case. I think the principal option needed here is |
Since I am testing from localhost / windows without proper SSL environment setup, this is the idea yes. Depending on the adapter (curl or socket) and zf version, it may be Since you are not providing an instance of A more elegant solution could be to have a public function from I will make a pull request when able in the near future. |
Alright, I understand the issue. You're welcome to submit a pull request in order to add parameters to provide Let me know if you haven't enough time to work on it, I can try to find some. Thank you for pointing out this issue! |
Do you have any update on this issue? I have used the workaround by @lethak and it works. This issue i found in "eko/feedbundle": "^1.2". Thanks and have a great day! |
Unfortunately I had/will not have time to implement a solution in a pull request anytime soon, sorry. |
Problem
Sometimes you can get an error when trying to request a feed using https.
Workaround
If you doesn't care about SSL certificates you can do this:
Using ...
Controller / Command:
The text was updated successfully, but these errors were encountered: