views:

15

answers:

0

is there any configuration that I need to do to have a successful sync where my site has SSL certificate?

you see i have a windows application that using WCF to sync data from my local database to the server database. Previously the site has no SSL certificate so it was name like this "http://www.example.com". The sync was working that time but when I use this URL which has the SSL certificate "https://www.example.com" the sync failed. The error was "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or underlying network resource issue. Local socket timeout was '00:10:00' ".. I tried increasing it to 00:59:00 but still the error occur.