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
{{ message }}
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.
We're currently using in the Fabric8OpenShiftClientServiceImpl:
withTrustCerts(true)
This can't stand in production (though is fine for local testing); we must have the certificate in the trust store for stage testing and production deployment. Resolve this before going live.
The text was updated successfully, but these errors were encountered:
We're currently using in the
Fabric8OpenShiftClientServiceImpl
:withTrustCerts(true)
This can't stand in production (though is fine for local testing); we must have the certificate in the trust store for stage testing and production deployment. Resolve this before going live.
The text was updated successfully, but these errors were encountered: