George Zhao

Results 5 comments of George Zhao

As a followup I set up an AWS account and tried to get this working using cloudfront but still no luck. The ckclient.json in this case is: ``` { "Transport":...

@cbeuw thanks for the quick response. Unfortunately it seems still no joy. Here is the updated json: ``` { "Transport": "DNS", "EncryptionMethod": "plain", "ProxyMethod": "shadowsocks", "UID": "blah", "PublicKey": "blah", "ServerName":...

Sorry, that was idiotic of me. Config is now corrected resulting in a new error! ``` { "Transport": "CDN", "EncryptionMethod": "plain", "ProxyMethod": "shadowsocks", "UID": "", "PublicKey": "", "ServerName": "xxx.cloudfront.net", "NumConn":...

Initially no - but I realised some DNS A records were not configured properly. Having fixed now I can now `curl xxx.cloudfront.net` If I curl using HTTP (`curl xxx.cloudfront.net`) or...

The code is ready but I wouldn't want to merge it without doing some tests - I'll put some unit tests together and will give OK for merge once tests...