On May 31, 2018, Mailchimp will retire support for TLS versions
1.0 and 1.1 on all MailChimp sites, including MailChimp's API. Details: https://devs.mailchimp.com/blog/tls-1-0-and-1-1-deprecation/ I don't think that include_url supports TLS v1.2 on older systems. You can test support by using curl to www.howsmyssl.com You can test remote servers for TLS version support with a nifty shell script. https://stackoverflow.com/a/35137576/2214933 I'm not sure whether I will update my fork of Jason Huck's Mailchimp wrapper for Lasso 8. https://gist.github.com/jasonhuck/a6d8f5d96d812dd9af29ebe8efec4ce9 --steve -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA <[hidden email]> <http://www.stevepiercy.com/> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Unfortunately, TLS in not supported by include_URL, that's the main
reason I use Sparkpost and Sendinblue (thanks again Steve) API . Otherwise Amazon SES may be the best option for sending a huge amount of emails. It could be great if Lasso 8 can to that! Laurent 2017-10-05 14:01 GMT-04:00 Steve Piercy - Website Builder <[hidden email]>: > On May 31, 2018, Mailchimp will retire support for TLS versions 1.0 and 1.1 > on all MailChimp sites, including MailChimp's API. > > Details: > https://devs.mailchimp.com/blog/tls-1-0-and-1-1-deprecation/ > > I don't think that include_url supports TLS v1.2 on older systems. You can > test support by using curl to www.howsmyssl.com > > You can test remote servers for TLS version support with a nifty shell > script. > https://stackoverflow.com/a/35137576/2214933 > > I'm not sure whether I will update my fork of Jason Huck's Mailchimp wrapper > for Lasso 8. > https://gist.github.com/jasonhuck/a6d8f5d96d812dd9af29ebe8efec4ce9 > > --steve > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > Steve Piercy Website Builder Soquel, CA > <[hidden email]> <http://www.stevepiercy.com/> > > > ############################################################# > > This message is sent to you because you are subscribed to > the mailing list Lasso [hidden email] > Official list archives available at http://www.lassotalk.com > To unsubscribe, E-mail to: <[hidden email]> > Send administrative queries to <[hidden email]> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Lasso 8 can use TLS v1.2. Use os_process and shell to invoke
curl, and the operating system must support TLS v1.2. My AuthorizeNet_AIM tag supports it. It's easy, and the benefits in security and ease of use of curl are totally worth it. --steve On 10/5/17 at 4:56 PM, [hidden email] (Laurent G) pronounced: >Unfortunately, TLS in not supported by include_URL, that's the main >reason I use Sparkpost and Sendinblue (thanks again Steve) API . >Otherwise Amazon SES may be the best option for sending a huge amount >of emails. >It could be great if Lasso 8 can to that! > >Laurent > >2017-10-05 14:01 GMT-04:00 Steve Piercy - Website Builder <[hidden email]>: >>On May 31, 2018, Mailchimp will retire support for TLS versions 1.0 and 1.1 >>on all MailChimp sites, including MailChimp's API. >> >>Details: >>https://devs.mailchimp.com/blog/tls-1-0-and-1-1-deprecation/ >> >>I don't think that include_url supports TLS v1.2 on older systems. You can >>test support by using curl to www.howsmyssl.com >> >>You can test remote servers for TLS version support with a nifty shell >>script. >>https://stackoverflow.com/a/35137576/2214933 >> >>I'm not sure whether I will update my fork of Jason Huck's Mailchimp wrapper >>for Lasso 8. >>https://gist.github.com/jasonhuck/a6d8f5d96d812dd9af29ebe8efec4ce9 >> >>--steve >> >>-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- >>Steve Piercy Website Builder Soquel, CA >><[hidden email]> <http://www.stevepiercy.com/> >> >> >>############################################################# >> >>This message is sent to you because you are subscribed to >>the mailing list Lasso [hidden email] >>Official list archives available at http://www.lassotalk.com >>To unsubscribe, E-mail to: <[hidden email]> >>Send administrative queries to <[hidden email]> > >############################################################# > >This message is sent to you because you are subscribed to >the mailing list Lasso [hidden email] >Official list archives available at http://www.lassotalk.com >To unsubscribe, E-mail to: <[hidden email]> >Send administrative queries to <[hidden email]> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA <[hidden email]> <http://www.stevepiercy.com/> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
So do we need to install os_process ? is there a good tutorial for
using curl through Lasso ? 2017-10-05 18:06 GMT-04:00 Steve Piercy - Website Builder <[hidden email]>: > Lasso 8 can use TLS v1.2. Use os_process and shell to invoke curl, and the > operating system must support TLS v1.2. My AuthorizeNet_AIM tag supports > it. It's easy, and the benefits in security and ease of use of curl are > totally worth it. > > --steve > > > On 10/5/17 at 4:56 PM, [hidden email] (Laurent G) pronounced: > > >> Unfortunately, TLS in not supported by include_URL, that's the main >> reason I use Sparkpost and Sendinblue (thanks again Steve) API . >> Otherwise Amazon SES may be the best option for sending a huge amount >> of emails. >> It could be great if Lasso 8 can to that! >> >> Laurent >> >> 2017-10-05 14:01 GMT-04:00 Steve Piercy - Website Builder >> <[hidden email]>: >>> >>> On May 31, 2018, Mailchimp will retire support for TLS versions 1.0 and >>> 1.1 >>> on all MailChimp sites, including MailChimp's API. >>> >>> Details: >>> https://devs.mailchimp.com/blog/tls-1-0-and-1-1-deprecation/ >>> >>> I don't think that include_url supports TLS v1.2 on older systems. You >>> can >>> test support by using curl to www.howsmyssl.com >>> >>> You can test remote servers for TLS version support with a nifty shell >>> script. >>> https://stackoverflow.com/a/35137576/2214933 >>> >>> I'm not sure whether I will update my fork of Jason Huck's Mailchimp >>> wrapper >>> for Lasso 8. >>> https://gist.github.com/jasonhuck/a6d8f5d96d812dd9af29ebe8efec4ce9 >>> >>> --steve >>> >>> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- >>> Steve Piercy Website Builder Soquel, CA >>> <[hidden email]> <http://www.stevepiercy.com/> >>> >>> >>> ############################################################# >>> >>> This message is sent to you because you are subscribed to >>> the mailing list Lasso [hidden email] >>> Official list archives available at http://www.lassotalk.com >>> To unsubscribe, E-mail to: <[hidden email]> >>> Send administrative queries to <[hidden email]> >> >> >> ############################################################# >> >> This message is sent to you because you are subscribed to >> the mailing list Lasso [hidden email] >> Official list archives available at http://www.lassotalk.com >> To unsubscribe, E-mail to: <[hidden email]> >> Send administrative queries to <[hidden email]> > > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > Steve Piercy Website Builder Soquel, CA > <[hidden email]> <http://www.stevepiercy.com/> > > > ############################################################# > > This message is sent to you because you are subscribed to > the mailing list Lasso [hidden email] > Official list archives available at http://www.lassotalk.com > To unsubscribe, E-mail to: <[hidden email]> > Send administrative queries to <[hidden email]> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
For os_process, see:
http://reference.lassosoft.com/LassoReference.LassoApp?[OS_Process] It also runs shell commands, not just "shell scripts". No, Lasso does not document curl. I learned curl by trial and error, and reading the excellent man page documentation. https://curl.haxx.se/docs/manpage.html Since then, a really nice free online book has been published. You could skip over most of the introductory stuff, or jump right in to Command Line Basics. https://ec.haxx.se/cmdline.html --steve On 10/6/17 at 10:58 AM, [hidden email] (Laurent G) pronounced: >So do we need to install os_process ? is there a good tutorial for >using curl through Lasso ? > >2017-10-05 18:06 GMT-04:00 Steve Piercy - Website Builder <[hidden email]>: >>Lasso 8 can use TLS v1.2. Use os_process and shell to invoke curl, and the >>operating system must support TLS v1.2. My AuthorizeNet_AIM tag supports >>it. It's easy, and the benefits in security and ease of use of curl are >>totally worth it. >> >>--steve >> >> >>On 10/5/17 at 4:56 PM, [hidden email] (Laurent G) pronounced: >> >> >>> Unfortunately, TLS in not supported by include_URL, that's the main >>> reason I use Sparkpost and Sendinblue (thanks again Steve) API . >>> Otherwise Amazon SES may be the best option for sending a huge amount >>> of emails. >>> It could be great if Lasso 8 can to that! >>> >>> Laurent >>> >>> 2017-10-05 14:01 GMT-04:00 Steve Piercy - Website Builder >>> <[hidden email]>: >>>> >>>> On May 31, 2018, Mailchimp will retire support for TLS versions 1.0 and >>>> 1.1 >>>> on all MailChimp sites, including MailChimp's API. >>>> >>>> Details: >>>> https://devs.mailchimp.com/blog/tls-1-0-and-1-1-deprecation/ >>>> >>>> I don't think that include_url supports TLS v1.2 on older systems. You >>>> can >>>> test support by using curl to www.howsmyssl.com >>>> >>>> You can test remote servers for TLS version support with a nifty shell >>>> script. >>>> https://stackoverflow.com/a/35137576/2214933 >>>> >>>> I'm not sure whether I will update my fork of Jason Huck's Mailchimp >>>> wrapper >>>> for Lasso 8. >>>> https://gist.github.com/jasonhuck/a6d8f5d96d812dd9af29ebe8efec4ce9 >>>> >>>> --steve >>>> >>>> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- >>>> Steve Piercy Website Builder Soquel, CA >>>> <[hidden email]> <http://www.stevepiercy.com/> >>>> >>>> >>>> ############################################################# >>>> >>>> This message is sent to you because you are subscribed to >>>> the mailing list Lasso [hidden email] >>>> Official list archives available at http://www.lassotalk.com >>>> To unsubscribe, E-mail to: <[hidden email]> >>>> Send administrative queries to <[hidden email]> >>> >>> >>> ############################################################# >>> >>> This message is sent to you because you are subscribed to >>> the mailing list Lasso [hidden email] >>> Official list archives available at http://www.lassotalk.com >>> To unsubscribe, E-mail to: <[hidden email]> >>> Send administrative queries to <[hidden email]> >> >> >>-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- >>Steve Piercy Website Builder Soquel, CA >><[hidden email]> <http://www.stevepiercy.com/> >> >> >>############################################################# >> >>This message is sent to you because you are subscribed to >>the mailing list Lasso [hidden email] >>Official list archives available at http://www.lassotalk.com >>To unsubscribe, E-mail to: <[hidden email]> >>Send administrative queries to <[hidden email]> > >############################################################# > >This message is sent to you because you are subscribed to >the mailing list Lasso [hidden email] >Official list archives available at http://www.lassotalk.com >To unsubscribe, E-mail to: <[hidden email]> >Send administrative queries to <[hidden email]> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Steve Piercy Website Builder Soquel, CA <[hidden email]> <http://www.stevepiercy.com/> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Thanks Steve!
2017-10-06 12:11 GMT-04:00 Steve Piercy - Website Builder <[hidden email]>: > For os_process, see: > http://reference.lassosoft.com/LassoReference.LassoApp?[OS_Process] > > It also runs shell commands, not just "shell scripts". > > No, Lasso does not document curl. I learned curl by trial and error, and > reading the excellent man page documentation. > https://curl.haxx.se/docs/manpage.html > > Since then, a really nice free online book has been published. You could > skip over most of the introductory stuff, or jump right in to Command Line > Basics. > https://ec.haxx.se/cmdline.html > > --steve > > > > > On 10/6/17 at 10:58 AM, [hidden email] (Laurent G) pronounced: > > >> So do we need to install os_process ? is there a good tutorial for >> using curl through Lasso ? >> >> 2017-10-05 18:06 GMT-04:00 Steve Piercy - Website Builder >> <[hidden email]>: >>> >>> Lasso 8 can use TLS v1.2. Use os_process and shell to invoke curl, and >>> the >>> operating system must support TLS v1.2. My AuthorizeNet_AIM tag supports >>> it. It's easy, and the benefits in security and ease of use of curl are >>> totally worth it. >>> >>> --steve >>> >>> >>> On 10/5/17 at 4:56 PM, [hidden email] (Laurent G) pronounced: >>> >>> >>>> Unfortunately, TLS in not supported by include_URL, that's the main >>>> reason I use Sparkpost and Sendinblue (thanks again Steve) API . >>>> Otherwise Amazon SES may be the best option for sending a huge amount >>>> of emails. >>>> It could be great if Lasso 8 can to that! >>>> >>>> Laurent >>>> >>>> 2017-10-05 14:01 GMT-04:00 Steve Piercy - Website Builder >>>> <[hidden email]>: >>>>> >>>>> >>>>> On May 31, 2018, Mailchimp will retire support for TLS versions 1.0 and >>>>> 1.1 >>>>> on all MailChimp sites, including MailChimp's API. >>>>> >>>>> Details: >>>>> https://devs.mailchimp.com/blog/tls-1-0-and-1-1-deprecation/ >>>>> >>>>> I don't think that include_url supports TLS v1.2 on older systems. You >>>>> can >>>>> test support by using curl to www.howsmyssl.com >>>>> >>>>> You can test remote servers for TLS version support with a nifty shell >>>>> script. >>>>> https://stackoverflow.com/a/35137576/2214933 >>>>> >>>>> I'm not sure whether I will update my fork of Jason Huck's Mailchimp >>>>> wrapper >>>>> for Lasso 8. >>>>> https://gist.github.com/jasonhuck/a6d8f5d96d812dd9af29ebe8efec4ce9 >>>>> >>>>> --steve >>>>> >>>>> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- >>>>> Steve Piercy Website Builder Soquel, CA >>>>> <[hidden email]> <http://www.stevepiercy.com/> >>>>> >>>>> >>>>> ############################################################# >>>>> >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list Lasso [hidden email] >>>>> Official list archives available at http://www.lassotalk.com >>>>> To unsubscribe, E-mail to: <[hidden email]> >>>>> Send administrative queries to <[hidden email]> >>>> >>>> >>>> >>>> ############################################################# >>>> >>>> This message is sent to you because you are subscribed to >>>> the mailing list Lasso [hidden email] >>>> Official list archives available at http://www.lassotalk.com >>>> To unsubscribe, E-mail to: <[hidden email]> >>>> Send administrative queries to <[hidden email]> >>> >>> >>> >>> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- >>> Steve Piercy Website Builder Soquel, CA >>> <[hidden email]> <http://www.stevepiercy.com/> >>> >>> >>> ############################################################# >>> >>> This message is sent to you because you are subscribed to >>> the mailing list Lasso [hidden email] >>> Official list archives available at http://www.lassotalk.com >>> To unsubscribe, E-mail to: <[hidden email]> >>> Send administrative queries to <[hidden email]> >> >> >> ############################################################# >> >> This message is sent to you because you are subscribed to >> the mailing list Lasso [hidden email] >> Official list archives available at http://www.lassotalk.com >> To unsubscribe, E-mail to: <[hidden email]> >> Send administrative queries to <[hidden email]> > > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > Steve Piercy Website Builder Soquel, CA > <[hidden email]> <http://www.stevepiercy.com/> > > > ############################################################# > > This message is sent to you because you are subscribed to > the mailing list Lasso [hidden email] > Official list archives available at http://www.lassotalk.com > To unsubscribe, E-mail to: <[hidden email]> > Send administrative queries to <[hidden email]> ############################################################# This message is sent to you because you are subscribed to the mailing list Lasso [hidden email] Official list archives available at http://www.lassotalk.com To unsubscribe, E-mail to: <[hidden email]> Send administrative queries to <[hidden email]> |
Free forum by Nabble | Edit this page |