Version: Rasa X 0.33.0
I have a Rasa X cluster on EKS and am trying to set up HTTPS access to encrypt traffic. Here is the spec section of nginx config:
spec: clusterIP: 10.100.XXX.XXX externalTrafficPolicy: Cluster ports: - name: https nodePort: 31493 port: 443 protocol: TCP targetPort: 8080
When I try to set the protocol to anything besides TCP or UDP it says those are the only two options. So, I receive the following error when trying to connect over HTTPS:
Error code: SSL_ERROR_RX_RECORD_TOO_LONG