Skip to main content

Error getting a Web request

Comments

4 comments

  • Blake

    This seems familiar.  My guess is it has something to do with TLS.  Are you running on IIS?  I remember when writing some .NET code I had to add something like ServicePointManager.SecurityProtocol at the beginning of my code.  I'm not sure how this works in Logi, but I'd start with looking at IIS TLS settings.

    1
  • Blake

    I'm starting to remember more about an error I had about an API, but the error was slightly different.  Basically, there were some registry changes (ick) for TLS.  I'd look to Logi for specific instructions.  Something like this looks really familiar.

     

    https://www.tbs-certificates.co.uk/FAQ/en/iis75_tls12.html

     

    1
  • Carlos GG

    Thank you very much for your help, Blake. I was hoping one of the Logi guys would offer some assistance, especially since one of their demo dashboards appears to have a similar problem. I don't know much about TLS and would be very reluctant to mess with the registry.

    Screen captures of their broken dashboard:

    0
  • Joey Gilbert

    Hello Carlos,

    Thank you for pointing out the issue with the visual gallery.  While the initial error "Error getting a Web request" was the same, we were receiving a different error in the details:

    "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."

    "The remote certificate is invalid according to the validation procedure."

    The visual gallery application issue above was resolved by updating a link that returns data, from http to https. 

    0

Please sign in to leave a comment.