aws-samples / aws-iot-securetunneling-localproxy

AWS Iot Secure Tunneling local proxy reference C++ implementation
https://docs.aws.amazon.com/iot/latest/developerguide/what-is-secure-tunneling.html
Apache License 2.0
77 stars 72 forks source link

Add pull request template #42

Closed MiaoZhangAWS closed 3 years ago

MiaoZhangAWS commented 3 years ago

Description of changes:

  1. Add a pull request template for our repository so that we can standardize the pull request information. Following this instruction to create a pull request template.
  2. Update _OPENSSL_ROOTDIR version to 1.1.1k. Otherwise, CI action for Mac OS will fail due to missing OPENSSL_ROOT_DIR error.
  3. Upgrade boost 1.69 URL path. Without this fix, CI action will fail to install boost and throw 403 error.
    Run wget https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.gz -O /tmp/boost.tar.gz
    --2021-04-12 16:46:10--  https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.gz
    Resolving dl.bintray.com (dl.bintray.com)... 52.12.180.214, 34.214.135.19, 52.43.14.61, ...
    Connecting to dl.bintray.com (dl.bintray.com)|52.12.180.214|:443... connected.
    HTTP request sent, awaiting response... 403 Forbidden
    2021-04-12 16:46:11 ERROR 403: Forbidden.

CI test run passed: test run result By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.