Hello Marc, Unfortunately it didn't work, I follow these steps on zotonic directory:
git pull --all git checkout 0.x make clean cd deps rm -rf */ cd .. make The following error was shown ==> erlware_commons (compile) /home/alvaro/devel/zotonic_leal/deps/erlware_commons/src/ec_plists.erl:834: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace /home/alvaro/devel/zotonic_leal/deps/erlware_commons/src/ec_plists.erl:836: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace Compiling /home/alvaro/devel/zotonic_leal/deps/erlware_commons/src/ec_plists.erl failed: ERROR: compile failed while processing /home/alvaro/devel/zotonic_leal/deps/erlware_commons: rebar_abort make: *** [GNUmakefile:56: compile] Error 1 I'm trying with erlang 22.3 built through kerl. Cheers, -- Álvaro Gianni Pagliari alvaropag [at] gmail [dot] com Em sex., 15 de mai. de 2020 às 12:39, 'Marc Worrell' via Zotonic developers <[email protected]> escreveu: > Hi Alvaro, > > Could you try again with the now updated 0.x? > > I was able to reproduce the issue and updated our mochiweb branch. > > We still have a funky crash of lager at the start, but ignore that for now. > > Cheers, Marc > > > On 12 May 2020, at 20:47, Alvaro Pagliari <[email protected]> wrote: > > Hello Marc, > > Sorry, I wasn't clear, this error is from my *local development machine*, > I'm using: > Kubuntu 20.04 > OpenSSL 1.1.1f 31 Mar 2020 > Chrome 81.0.4044.138 > Erlang 22.3 > Zotonic 0.57.0 > > Is there a place within Zotonic or Erlang to enable these ciphers? I saw > in the Zotonic documentation for version 1.0 that it's possible to > implement a function to add SSL options > <http://docs.zotonic.com/en/latest/ref/configuration/port-ssl-configuration.html#adding-your-own-ssl-options-or-certificates>, > but I don't know if it's supported on 0.x and if it's the correct way to > handle this. > > I sending as an attachment the versions and cipher suites of both erlang > 20.3 (the one I'm using with zotonic 0.56.0) and 22.3. > > I appreciate it if you can give a look at it (no hurry, hehe). > > Cheers! > > -- > Álvaro Gianni Pagliari > alvaropag [at] gmail [dot] com > > > Em ter., 12 de mai. de 2020 às 15:13, 'Marc Worrell' via Zotonic > developers <[email protected]> escreveu: > >> A quick search gave me this: >> >> https://bugs.erlang.org/plugins/servlet/mobile#issue/ERL-826 >> >> Is your server up to date with the ciphers? >> >> Tomorrow I can check my local install against OTP-22. >> >> Cheers, Marc >> >> >> >> Sent from my iPhone >> >> On 12 May 2020, at 19:35, Alvaro Pagliari <[email protected]> wrote: >> >> >> Hello, >> >> I just updated my local zotonic installation to 0.57.0 with erlang 22.3. >> It starts normally, but when I try to access one of the sites this error >> pops up: >> >> >> *TLS server: In state start at tls_handshake_1_3.erl:1932 generated >> SERVER ALERT: Fatal - Insufficient Security - no_suitable_cipher* >> >> I removed my certs and let zotonic recreate them, also tried to remove >> and create a new dh-params.pem but with no luck. >> >> Do I need to enable a new module? Maybe some configuration changed? >> >> Any help is appreciated, thanks! >> >> -- >> Álvaro Pagliari >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Zotonic developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/zotonic-developers/6e086be6-7392-4c53-b473-47a2734f6d1e%40googlegroups.com >> <https://groups.google.com/d/msgid/zotonic-developers/6e086be6-7392-4c53-b473-47a2734f6d1e%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Zotonic developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/zotonic-developers/8FAC43F8-CDC1-4002-B9D9-A1AE8E93A0A6%40mac.com >> <https://groups.google.com/d/msgid/zotonic-developers/8FAC43F8-CDC1-4002-B9D9-A1AE8E93A0A6%40mac.com?utm_medium=email&utm_source=footer> >> . >> > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Zotonic developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/zotonic-developers/CAOuQNV1VRBrbo-UxDonPv1TO2cuj3iitCpjjmLFsj3KV8K7SLg%40mail.gmail.com > <https://groups.google.com/d/msgid/zotonic-developers/CAOuQNV1VRBrbo-UxDonPv1TO2cuj3iitCpjjmLFsj3KV8K7SLg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > <erl_suites.txt> > > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Zotonic developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/zotonic-developers/F846BA95-FE71-4762-8535-5A30A3E211FD%40me.com > <https://groups.google.com/d/msgid/zotonic-developers/F846BA95-FE71-4762-8535-5A30A3E211FD%40me.com?utm_medium=email&utm_source=footer> > . > -- --- You received this message because you are subscribed to the Google Groups "Zotonic developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/zotonic-developers/CAOuQNV2hWx1afET1f_nZ6EQ4Hg%3DgmiaTo0ZsiHDjEFDG%3Dv9_ZQ%40mail.gmail.com.
