krijnsent / crypto_vba

An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
MIT License
157 stars 54 forks source link

Problem with Poloniex #28

Closed Ezoptron closed 5 years ago

Ezoptron commented 6 years ago

Hello. I use Win7 SP1 and Excel 2010. The solution, that was described in previous ticket is not working.

set objHTTP = CreateObject("WinHttp.WinHttpRequest.5.1") objHTTP.Option(4) = 13056 objHTTP.Open "POST", Url, False

The same error is appeared.

krijnsent commented 6 years ago

Refers back to #25 , did you run all windows & office updates that were recommended?

Ezoptron commented 6 years ago

Of course

krijnsent commented 6 years ago

Mmm, weird. Sorry for not getting back to you sooner, I'm puzzled like you are. Will try to dig up some trick, but don't know what that would be. If you make any progress yourself, please do let me know.

theMoe commented 6 years ago

I would like to mention, that I fixed the problem with this Easy fix from Microsoft.

https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in

And I also added objHTTP.Option...

Maybe this can help. But after the easy fix I got some proxy errors with Outlook.