Think this issue of Amazon ELB. According 
[RFC7540](https://tools.ietf.org/html/rfc7540#section-8.1.3) examples server 
must return HTTP protocol version same as request.
* Request
```
POST /resource HTTP/1.1
```
Responce must be
```
HTTP/1.1 200 OK
```
Amazon returns
```
HTTP/2 200
```
Wrong version and `OK` is not present.
I will close ticket.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1794#issuecomment-452655223
_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to