Skip to content

update docs for NB_DISABLE_CERT_VALIDATION env variable#582

Open
anudeepND wants to merge 1 commit intonetbirdio:mainfrom
anudeepND:disable-cert-verification-doc-update
Open

update docs for NB_DISABLE_CERT_VALIDATION env variable#582
anudeepND wants to merge 1 commit intonetbirdio:mainfrom
anudeepND:disable-cert-verification-doc-update

Conversation

@anudeepND
Copy link

  1. Created util.NewTransport() and util.NewHTTPClient() to standardize HTTP transport configuration
  2. If NB_DISABLE_CERT_VALIDATION=true, the transport is configured with InsecureSkipVerify: true which will disable certificate validation
  3. If it is set to false which is by default, secure transport is used just like previous versions
  4. The new config is used in GeoIP download logic, OIDC requests, version check and IDP managers

More info: netbirdio/netbird#5216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant