Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Mesosphere Sprint 32
-
3
Description
The C++ HTTP scheduler library does not work against Mesos when SSL is enabled (without downgrade).
The fix should be simple:
- The library should detect if SSL is enabled.
- If SSL is enabled, connections should be made with HTTPS instead of HTTP.
Attachments
Issue Links
- Is contained by
-
MESOS-3753 Test the HTTP Scheduler library with SSL enabled
- Resolved