Hi Alberto,
For completeness sake, what I posted there was;
--------------------------
First I tried connecting to the site via a basic FireFox browser.
This gave the expected "certificate not ok" type message, because the
certificate they are using is not authenticated by a
Certificate Authority recognised by the browser. However that was expected,
so I added an exception.
I then got an error;
SSL peer was unable to negotiate an acceptable set of security parameters.
(Error code: ssl_error_handshake_failure_alert)
(still in Firefox)
doing an SSLScan (sslscan --no-failed wsqacfe.interfacturas.com.ar:443)
returned a list of zero supported ciphers. (which is not good).
I then ran the NetDemo example, turning on the options to ignore the
certificate details for now.
However the netdemo app couldn't connect to the server citing;
"Error Message: The requested connection could not be opened. The Open
command timed out or failed to connect. The error number was -53 which means
Open Timeout or Failure error. - [SSL Error = 16]"
using the OpenSSl utility
openssl s_client -connect wsqacfe.interfacturas.com.ar:443
I get the same error as firefox (alert handshake failure)
So before I can even begin to test further I need to know what to do to
actually connect to the server. You can repeat the tests
mentioned above from your location to see what happens, if they fail I
recommend contacting the client with the test results and
asking for their recommendations.
---------------------
So to reiterate my conclusions -
You can repeat the tests
mentioned above from your location to see what happens, if they fail I
recommend contacting the client with the test results and
asking for their recommendations.
There's no connection to them from here, from any program, so there's nothing I can do.