Hello!
I am getting a weird issue using HTTP and HTTP2, the thing I want to use HTTP, but i get a 404 on a istio 1.4.2:
kind: Gateway
apiVersion: networking.istio.io/v1alpha3
metadata:
name: xxxxxxx
namespace: xxxxxxx
selfLink: >-
/apis/networking.istio.io/v1alpha3/namespaces/xxxxxxx/gateways/xxxxxxx
uid: 69f6fdb7-1c1a-11ea-9e57-4201ac100205
resourceVersion: '3530831'
generation: 12
creationTimestamp: '2019-12-11T13:30:36Z'
labels:
app: xxxxxxx
chart: app
environment: production
heritage: Tiller
release: rails-dashboard
spec:
servers:
- hosts:
- xxxxxxx.api.xxxxxxx.co
port:
name: http
number: 80
protocol: HTTP
- hosts:
- xxxxxxx.api.xxxxxxx.co
port:
name: https
number: 443
protocol: HTTPS
tls:
credentialName: xxxxxxx-cert
mode: SIMPLE
privateKey: sds
serverCertificate: sds
selector:
istio: ingressgateway
But if i change the protocol to use HTTP2, I get correctly the status 200.
Thats its not happening in another environment with istio 1.4.1.
Maybe a bug?
Thanks!