davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
350 stars 343 forks source link

eBay Security Update: Support for TLS 1.2 on API Endpoints #43

Closed bamburillo closed 8 years ago

bamburillo commented 8 years ago

eBay is adding TLS1.2 support to API endpoints. See this https://ebaydts.com/eBayKBDetails?KBid=5073

This is not a bug, I did not check. But I would like to know - whether there is support TLS1.2 ?

davidtsadler commented 8 years ago

The SDK uses Guzzle 6 to handle the HTTP requests. I think, but not 100% sure, that as long as Guzzle and your system supports TLS1.2 there shouldn't be a problem. You can also provide your own HTTP handler if needed. http://devbay.net/sdk/guides/guide/configuration.html#httphandler