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
Looked for this topic in issues and explored code, however couldn't find relevant information. My apologies if this has been discussed earlier.
Mesos is running with tls enabled (LIBPROCESS_SSL_ENABLED=true) in my cluster; I'm looking for sample code to enable tls transport for executor. Sample executor example doesn't have sufficient details.
It seems, this can be realized using DriverConfig.NewMessenger? looking for sample code/pointers on the same.
The text was updated successfully, but these errors were encountered:
Much appreciate your response @jdef
Noticed this commit
Not sure, httpOpt isn't public?
Is this change-set complete for tls support? let me know if any additional ones need to be done for tls support in v0 API.
Looked for this topic in issues and explored code, however couldn't find relevant information. My apologies if this has been discussed earlier.
Mesos is running with tls enabled (LIBPROCESS_SSL_ENABLED=true) in my cluster; I'm looking for sample code to enable tls transport for executor. Sample executor example doesn't have sufficient details.
It seems, this can be realized using DriverConfig.NewMessenger? looking for sample code/pointers on the same.
The text was updated successfully, but these errors were encountered: