-
Notifications
You must be signed in to change notification settings - Fork 193
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
SSE SSL authentication not supported #247
Comments
Here is how to do it (use sse_session=):
|
Thanks for the a workaround! Still, I would expect the library to enforce verify=False, since MarathonClient() accepts it as an argument. |
iksaif
added a commit
to iksaif/marathon-python
that referenced
this issue
May 4, 2018
iksaif
added a commit
to iksaif/marathon-python
that referenced
this issue
May 4, 2018
iksaif
added a commit
to iksaif/marathon-python
that referenced
this issue
May 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
client.py:_do_sse_request() does not respect the self.verify setting, and does not provide any way to authentication based on credentials (verify or cert).
The following code fails with: ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
Assuming that Marathon runs on localhost:8080 with SSL and no user authentication.
The text was updated successfully, but these errors were encountered: