hh54188
hh54188

Reputation: 15626

Openshift: Change the https to http

I create a application on the openshift platform,

but the url to my app always use https

I think it slow down the visit speed

How can I change it to http?

Upvotes: 2

Views: 3947

Answers (2)

David R
David R

Reputation: 11

You would enter to "Applications/Routes", then enter to your micro-service and clic in "Actions/Edit".

On botton of page, you have a check about Security. If you activate the check, your route is https, if you deactivate the check, your url will be http.

Regards.

Upvotes: 1

ʀɣαɳĵ
ʀɣαɳĵ

Reputation: 1982

Are you using Google Chrome or Chromium with OpenShift?

OpenShift is currently returning some header information that is causing Chrome browsers to automatically redirect from http to https.

The bug has been documented here: https://bugzilla.redhat.com/show_bug.cgi?id=908417 (login required)

This should be fixed in the next update to OpenShift, and when using Google Chrome version 26 or later.

Upvotes: 2

Related Questions