Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
- press windows+R to get run dialog
- type in 'cmd' (without quotes)
- type in 'ping g83f81g8j8.execute-api.us-west-2.amazonaws.com' (again without quotes)
- post the response here
Thanks
Reply from 52.222.209.197: bytes=32 time=32ms TTL=248
Reply from 52.222.209.197: bytes=32 time=32ms TTL=248
Reply from 52.222.209.197: bytes=32 time=33ms TTL=248
Reply from 52.222.209.197: bytes=32 time=32ms TTL=248
Ping statistics for 52.222.209.197:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 32ms, Maximum = 33ms, Average = 32ms
After downloading, start 'cmd' as before, go to the folder where you've downloaded curl and type in:
curl -H "Content-Type: application/json" -X POST -d "{\"request\": \"test\"}" "https://g83f81g8j8.execute-api.us-west-2.amazonaws.com/prod/ConnectionTest"
and post response
"success!"
C:\Users\Paul>
download certificate file from 'https://www.dropbox.com/s/jv87pg4rdyet3cq/ca-aws.crt' into folder where you downloaded curl and then run;
curl -H "Content-Type: application/json" -X POST -d "{\"request\": \"test\"}" --cacert ca-aws.crt "https://g83f81g8j8.execute-api.us-west-2.amazonaws.com/prod/ConnectionTest"
and post the response
curl: (77) error setting certificate verify locations:
CAfile: ca-aws.crt
CApath: none
curl.exe
ca-aws.crt
ca-bundle.crt
- start cmd again
- type in 'cd C:\users\paul\downloads\curl\'
- type in 'curl -H "Content-Type: application/json" -X POST -d "{\"request\": \"test\"}" --cacert ca-aws.crt "https://g83f81g8j8.execute-api.us-west-2.amazonaws.com/prod/ConnectionTest"'
"success!"
Thanks a TON!
All commands you executed were only diagnostic in nature, trying to find the cause of your problem. I guess there could have been an error with your ISP or your firewall, but it self-corrected in time.
Have fun