Hi,
I'm testing easymorp desktop free edition before deciding if purchase a full licence.
I have a problem with Web request, the error is:
Error: An error occurred while sending the request. Underlying connection closed: Unable to establish trust relationship for SSL/TLS secure channel. The remote certificate was not considered valid by the validation procedure.
Likewise, if I paste the URL into Chrome I get:
The connection is not private .... net::ERR_CERT_AUTHORITY_INVALID .... This server was unable to prove that it is alterna-xxxxxx.xxxxxxxx.cloudapp.azure.com; its security certificate is not trusted by the computer's operating system. The problem could be due to an incorrect configuration or an attacker intercepting the connection.
I can access the content by continuing.
The same thing if I use Postman (or other tools) by disabling the SSL certificate verification.
Is it possible to disable the SSL certificate verification in easymorph?
EasyMorph Desktop has settings for ignoring certificate errors (Application settings => Security settings). It works only for expired and self-signed certificates. Your case seems to be the later.
So you can either allow incorrect certificates for all the hosts by choosing "Permit all" or to that specific host by choosing "Permit whitelisted" and providing a fingerprint of the host's certificate.
I chaned the settings to allow all certificates and protocols but i still get :
Error: An error occurred while sending the request.
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
The remote certificate is invalid according to the validation procedure.
Source: action "Web request", table "Table 1"
When i try to run this, even if it works without issues in Postman.
That option works only for expired and self-signed certificates. Most likely, there is some other issue with the certificate on the domain that you are trying to connect to.
Can you post the URL here or send it to support@easymorph.com? I'll try to check the actual reason for this error.