Skip to content

Commit 35e9cac

Browse files
committed
Enable system CA certifications for OTP 26
Erlang's httpc now looks for CA certifications in the normal system location even with `:verify_none`. It looks like the `:verify_none` issue will be fixed in [PR 7303](erlang/otp#7303), but it seems useful to have a good set of certs there for httpc users.
1 parent 3d822e9 commit 35e9cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nerves_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX=y
4545
BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX=y
4646
BR2_PACKAGE_LINUX_FIRMWARE_TI_WL18XX=y
4747
# BR2_PACKAGE_RNG_TOOLS_JITTERENTROPY_LIBRARY is not set
48+
BR2_PACKAGE_CA_CERTIFICATES=y
4849
BR2_PACKAGE_LIBP11=y
4950
BR2_PACKAGE_UNIXODBC=y
5051
BR2_PACKAGE_LIBMNL=y

0 commit comments

Comments
 (0)