jamesiarmes / php-ews

PHP Exchange Web Services
http://jamesarmes.com/php-ews/
MIT License
566 stars 304 forks source link

TSL1.2 results connection timeout #605

Open pbabka opened 3 years ago

pbabka commented 3 years ago

Version 1.0 PHP version: 7.3.11 Microsoft Exchange version: 2016

Description of problem:

TSL1.0 and TLS1.1 was disabled by Exchange admins. Only the TLS1.2 remains usable. Since then all communication attempts (e.g. createEvent() fails with connection timeout.

Does the php-ews support TLS1.2 or can we set up it somehow? Is there any other way to use the php-ews with Exch2016 using TLS1.2?