diff --git a/README.md b/README.md index e8cf186..506e9f3 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,23 @@ to generate your own certificates and do the same. * If you're prompted for a password, just leave it blank. There is no password. * In a terminal within the directory ``ssl/cert-zwift-com.pem`` was copied to, run ``cat cert-zwift-com.pem >> ~/Library/Application\ Support/Zwift/data/cacert.pem`` * Note: Appending the contents of ``ssl/cert-zwift-com.pem`` with a text editor doesn't work ([#62](https://github.com/zoffline/zwift-offline/issues/62)) +* Using a text editor (with admin privileges) open ``/Applications/Zwift.app/Contents/Info.plist`` + * Append these keys: + ``` + NSAppTransportSecurity + + NSExceptionDomains + + zwift.com + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + + + + ``` * Using a text editor (with admin privileges) open ``/etc/hosts`` * Append this line: `` us-or-rly101.zwift.com secure.zwift.com cdn.zwift.com launcher.zwift.com``
(Where ```` is the ip address of the machine running zoffline. If