26 Posts

November 12th, 2018 07:00

Hi,

Sometimes the network check is reporting incorrect results. A meaningful test from the VM itself would be a

curl -v -k https://esrs3.emc.com

curl -v -k https://esrs3-core.emc.com

if these two work (the second will probably end in a SSL handshake failure, but SSL handshake will at least be started), please follow fix 1 in KB article 503235 to be able to skip the network check. There will be an option in the GUI to skip the network check in a future version, unfortunately not in 3.32 yet.

If provisioning does not work, indicating a real issue with the network connectivity, please open a SR with support to get assistance.

Regards

Frank

1 Rookie

 • 

7 Posts

November 13th, 2018 03:00

Thanks for that Frank. I was using OpenSSL to test, but with Curl I get the following refusal :

Curl error.jpg

26 Posts

November 13th, 2018 07:00

Connection refused indicates that there is a device responding to the connection request with an ICMP message that the connection is not accepted. This is probably a firewall inside your network as the servicer itself accepts https connections. This indicates that you are in fact not able to connect to the server over the network. You mentioned using a proxy, does it work through the proxy? To set the proxy for curl:

export https_proxy=proxy_ip:port

1 Rookie

 • 

7 Posts

November 14th, 2018 07:00

Thanks for your help. There was an issue with the firewall that's been fixed (wrong IP) and now CURL direct is getting a timeout. This is the CURL output via the proxy.

Curl via proxy.jpg

26 Posts

November 15th, 2018 08:00

I would suggest to start the provisioning again and run the Network check with the proxy configured. I think it should work now and allow provisioning to proceed

No Events found!

Top