Openshift: Change the https to http

五迷三道 提交于 2019-12-24 03:35:17

问题


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?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/14442238/openshift-change-the-https-to-http

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!