We are in the process of upgrading to kong 0.11 from from kong 0.5.2 (yikes).
All browser traffic is working fine however when I try connect to an api over https using a .net client (which makes use of the .net WebRequest) the connection gets closed.
I suspect this has something to do with the cipher being used. I have configured Kong to use the old cipher suite but still no luck.
Has any one else come across this? And is there a way to get it resolved? We have a large number of .net client apps which need to connect to our API's
I have checked the logs and we are not seeing anything coming out there.
Thanks,