Hi there! I was wondering if anyone else has encountered this type of error after upgrading their Hamilton software to Venus 6. Specifically, this occurs when we are trying to use the HSLHttp library to send requests using a Bearer authorization token. This was working fine before the Venus 6 install but now doesn’t seem to be able to communicate. I’m not sure if it’s a computer issue or a Venus software issue. I have wrriten the full error message below:
Method::HSLHttp::HttpPOST : - progress; Response Content: System.Net.Http.HttpRequestException: An error occurred while sending the request. —> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context) at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
@DanHartman_Hamilton So we tried downgrading the library down to the 2.5.2 version and it seems to be working now! I’m not sure what the differences between the two versions are, but I wonder if there is some increased security in the 2.7 one that is blocking the HTTP requests
I’m trying to use HSLHttp Library version 2.0 to send directly message to slack, using web_hook, and getting a error similar error about the SSL/TLS secure channel.
I have the same error too, we tried removing the “s” in “https” and it worked. I also have an issue with setting the session id using the “cookie” key. Do you guys know how I can get that done? Doesn’t seem like “cookie” us a recognized key.