internal/website/docs/TLS_SECURITY_UPDATE.md
Go Micro v6 verifies TLS certificates by default. This completes the v5 security migration where verification was opt-in.
Default: TLS certificate verification is enabled.
MICRO_TLS_SECURE was a v5 opt-in flag and is no longer used.MICRO_TLS_INSECURE=true or an explicit insecure TLS config.For production deployments:
MICRO_TLS_SECURE settings from v5-era manifests.MICRO_TLS_INSECURE=true in production.MICRO_TLS_SECURE=true.MICRO_TLS_INSECURE=true only for an
explicit development opt-out.See SECURITY_MIGRATION.md for the detailed migration guide.
Open an issue on GitHub or check the documentation at https://go-micro.dev/docs/.