Jump to content

Fishysan

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Fishysan

  1. Hi Jason, thanks for this plugin!

     

    I'm also having the same problem, and it is because Nest has changed their site to require SSL TLSv1 now. This is breaking other apps that scrape their website. I wish they'd just release their damn 3rd party API.

     

    So if you look into using TLSv1 it should start working again.

     

    Pulled from another forum for example;

    # will fail
    openssl s_client -connect transport03-rts03-iad01.transport.home.nest.com:443

    # will succeed
    openssl s_client -connect transport03-rts03-iad01.transport.home.nest.com:443 -tls1

×
×
  • Create New...