SSL SNI Requirements

Zoey utilizes a distributed network which dynamically serves traffic to visitors. Therefore, in order to properly connect via SSL (https), SNI support is required. All modern browsers support SNI as well as most modern programming languages (https://en.wikipedia.org/wiki/Server_Name_Indication). In order to connect to a Zoey Store, your viewing client must support SSL SNI to properly connect

We have made one exception for customers who are connecting to the Zoey API by allowing traffic to access the API via an unsecure HTTP connection using port 4444 using the following URL format:

http://.zoeysite.com:4444/index.php/api/v2_soap?wsdl=1

This connection is performed over the HTTP protocol and is not subject to the SNI requirement as we will dynamically acquire the SNI value from the HTTP request.