Skip to content

Commit

Permalink
edge-core: no longer force port 443 by default
Browse files Browse the repository at this point in the history
Now that edge-core can connect to Pelion through an upstream proxy,
we no longer need to force it to connect over port 443 by default.

The build option and patches for port 443 still exist, so just set
the flag back to true to turn port 443 override back on again.
  • Loading branch information
costanic authored and mray190 committed Feb 9, 2021
1 parent bc4b231 commit 1f442a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ parts:
- cmake
- git
build-environment:
- COAP_PORT_OVERRIDE_443: "true"
- COAP_PORT_OVERRIDE_443: "false"
override-pull: |
snapcraftctl pull
# mbed_cloud_dev_credentials.c is required if DEVELOPER_MODE=ON
Expand Down

0 comments on commit 1f442a1

Please sign in to comment.