1

does anyone know where to find which TSL (SSL) version is used when sending an HTTPS request?

Currently I need to find out if and which TSL version is used when sending such a request from PhoneGap.

My best quess would be that this is based on the browser and it's version. As this is usually the native browser inside PhoneGap I am looking for a list of the browsers.

Found this, but it does not help me on native browsers. Any idea?

Best Kurt

Community
  • 1
  • 1
Dinkheller
  • 4,631
  • 5
  • 39
  • 67

1 Answers1

0

You should implement your own plugin using native code:

Android: How to find what SSL/TLS version is used in Java

IOS: How to check the security of the SSL certificate in iOS?

Community
  • 1
  • 1
Martín Alcubierre
  • 4,341
  • 1
  • 27
  • 27