TLS Handshake Error

Hey,

We’ve configured two APIs.
We’ve configured SSL in tyk.conf.
The First API seems to work fine but the second API doesn’t redirect and the Log it generates reads
http:TLS handshake error from %our_ip.

It is strange as one API works just fine and the other doesn’t despite both configurations being mirrror-images.

Note :
We’re using Version 1.9.

That’s quite weird, but that error will be bubbling up from Golang / the kernel and could be from your upstream host, not your client.

Hey Martin,

We figured out the issue. You’re bang on!
The issue is with the listen paths colliding with each other.
First API Listen Path : /api/v1
Second API Listen Path : /api/v2

We logged in debug mode and figured the issue.