Skip to content

Passthrough routing using port 443 mapping giving 503 error on ajax post method #15872

@vaibhavpatil123

Description

@vaibhavpatil123

Passthrough routing for 443 port not working

Version

openshfit3

Steps To Reproduce
  1. Use below template
    {
    "kind": "Route",
    "apiVersion": "v1",
    "metadata": {
    "name": "${SERVICE}-https",
    "labels": {
    "name": "${SERVICE}"
    }
    },
    "spec": {
    "to": {
    "kind": "Service",
    "name": "${SERVICE}-https"
    },
    "port":{
    "targetPort":"443"
    },
    "tls":{
    "termination": "passthrough"
    }

    }

  2. [step 2]
    Run service
    and access using https://url
    getting below exeption
    Application is not available

The application is currently not serving requests at this endpoint. It may not have been started or is still starting.
With Ajax post on same server

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions