----- Original Message ----- > From: "Den Cowboy" <[email protected]> > To: [email protected] > Sent: Monday, April 4, 2016 11:50:07 AM > Subject: Can't access hawkular-metrics.dev.test.co > > We use the official docs to deploy cluster metrics: > https://docs.openshift.org/latest/install_config/cluster_metrics.html > Everything is working fine, the pods are running. Everything seems to work > fine but we're unable to use the route to our hawkular-metrics service. > > Browser error: Secure connection failed > > curl -X GET https://hawkular-metrics.dev.co/hawkular/metrics/status > curl: (35) Encountered end of file > > We've created our secret this way: > oc secrets new metrics-deployer nothing=/dev/null
Are you able to access the Hawkular Metrics server directly with its ip address? eg https://$IP_ADDRESS:8443/hawkular/metrics/status (or port 8444 if running the OSE metric images) Are you sure you properly setup your router and have it exposing that route properly to the network you are trying to reach this from? _______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
