I am trying to use php fopen() or file_get_content() to access the GTFS data for the MBTA at
https://cdn.mbtace.com. I haven't yet discovered the right set of context options to successfully get the files. Getting errors:
SSL operation failed with code 1. OpenSSL Error messages:
error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure in ...
PHP Warning: file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: Failed to enable crypto in ...
Any suggestions would be appreciated.