Hello, we have a problem with a .NET application running on a Linux server, possibly caused by incorrect TLS settings on the server we are making requests to.
We made several attempts to configure OpenSSL on our server and none were able to connect to the destination server address.
The URL we are trying to connect to is notacarioca.rio.gov.br.
When trying to run an openssl s_client -connect, we get error 104, with the following return:
openssl s_client -connect notacarioca.rio.gov.br:443
nmap --script ssl-enum-ciphers -p 443 notacarioca.rio.gov.br Currently the OpenSSL configuration on our server looks like this. We tried several ways, but none worked. As we have little experience with OpenSSL we don't know what is wrong.
An observation is that our application running in Windows environment works. We were able to access the URL normally.
Can someone please help us to solve this problem? |