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
By default, the SSL host is verified when talking with the Docker host. This works fine except in situation when the docker host is contacted from within a run docker container by contacting it via the internal interface. That's because the docker host's server cert doesn't contain this internal IP.
SSLConnectionSocketFactory can be configured to use a ALLOW_ALLHOSTNAME_VERIFIER. This should be possible to switch on by env, prop, config.
The text was updated successfully, but these errors were encountered:
By default, the SSL host is verified when talking with the Docker host. This works fine except in situation when the docker host is contacted from within a run docker container by contacting it via the internal interface. That's because the docker host's server cert doesn't contain this internal IP.
SSLConnectionSocketFactory
can be configured to use aALLOW_ALLHOSTNAME_VERIFIER
. This should be possible to switch on by env, prop, config.The text was updated successfully, but these errors were encountered: