Ok, so, taking into account what you've said about it (no Endpoints or Gateway used, no concatenation, works on local, fails when using a container and postman), and the messages you've received (SSLHandshakeTimeout); I suspect you might be able to find out what's causing the timeout by calling the address using http instead of https in the depot portion of the url, like so[1], or use https instead of http in the local portion (`https://localhost:8080` etc instead of `http://localhost:8080`), as it seems either the container or Postman isn't responding to the handshake.
I don't think this is necessarily the
origin of the issue at hand, but trying out both will make it easier to see the actual origin, I think.
[1]
http://localhost:8080/api/v1/products/urlsearch?productUrl=http://www.homedepot.ca/product/ridgid-nxt-60-l-capacity-6-5-peak-hp-wet-dry-vacuum-with-detachable-blower/1001200972&skipDB=true