I have a server with RemoteDB at cloud (with SSL let's encrypt), I can connect in my development machine, as well in many other machines (win7, 8.1, 10 and 11) but in few others I'm getting a timeout.
The interesting thing is a timeout in the server with localhost.. the same server that is working for all others..
here an image of a stack o captured using PAserver
WINHTTP_OPTION_IPV6_FAST_FALLBACK is just an alias for the value 140. You can use that value and set such option to WinHttp as described in either of these topics:
Hello. After a huge investigation, we discovered that the server was forwarding to a route that had a firewall blocking a specific IP range . The solution was applied by the internet provider..
Thanks for your help.