openshift-labs / starter-guides

Getting Started with OpenShift for Developers workshop
https://openshift-labs.github.io/starter-guides-html/
Apache License 2.0
136 stars 147 forks source link

parksmap route should be setup with TLS #197

Open mkossatz opened 3 years ago

mkossatz commented 3 years ago

Had a customer engagement today where the customer couldn't access the parksmap route. We think this is because of a corporate network that blocks insecure connections.

I think we can avoid this problem by simply including the following steps in the guide for creating the route:

  1. Tick the "Secure route" box
  2. Select "Edge" for TLS Termination
blues-man commented 3 years ago

Thanks Max, we already implemented this for the new workshop system based on Antora here, and will update the guide to use TLS routes also over here.

mandibuswell commented 2 years ago

We also experienced this problem, I personally get it when accessing any of the nationalparks or mlbparks link from the Topology view, even after adding /ws/info to the URL you will see an error

Application is not available
The application is currently not serving requests at this endpoint. It may not have been started or is still starting.

The problem is that my browser is defaulting to https (not really sure why this happens) then after changing the browser location bar to http://..../ws/info the page displays correctly.

Also strangely note this only happens the first time you access the URL from the topology view. Happened for myself and for other participants. I was using Chrome on MAC, Version 92.0.4515.159 (Official Build) (x86_64).

May need an errata somewhere