Link to home
Start Free TrialLog in
Avatar of adiemeer
adiemeer

asked on

Online TLS 1.2 test webservice

Hi,

I am looking for a online webservice I can use to test TLS connections. I want to test a request to a webservice that only accepts TLS 1.2 requests. Is there a suitable test webservice available?

Regards,

Arne
Avatar of Dmitri Farafontov
Dmitri Farafontov
Flag of Canada image

Sure, try SSL Labs:
https://www.ssllabs.com/ssltest/
Avatar of adiemeer
adiemeer

ASKER

I actually mean an online exposed webservice I can request. I think SSL Labs is something different
So just enter the URL to that service and you should be good to go. Usually you would write your own. However, you can use openssl to simulate TLS connections of different versions.
The problem is that I am looking for a webservice that only accepts TLS 1.2. So I don't have an URL, but I am looking for one
ASKER CERTIFIED SOLUTION
Avatar of Dmitri Farafontov
Dmitri Farafontov
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the assistance
Cheers! Let me know if you require anything further.