[Live-devel] Using certificate chains

2024-03-07 Thread Raphael Schlarb via live-devel
--- Begin Message --- Hello, when enabling TLS via ‘setTLSState' only the first certificate from the certificate file is loaded and sent to the client. This is often not enough as the client’s local trust store usually contains only the root CA, and if the leaf certificate is not directly signed

Re: [Live-devel] Use of std::atomic_flag

2024-03-07 Thread Flavio Alves
Hello, I added this option inside my config.linux file, at the end of the first line (COMPILE_OPTS). Then I ran `make distclean`, regenerated the makefiles (`./genMakefiles linux`). Then, `make` worked, building with the option. Best regards, Flavio On Wed, 29 Nov 2023 at 15:25, Ross Finlayson