Ask HN: SSL Certificate with TLS 1.0 Support

1 points by iosonofuturista ↗ HN
I know TLS 1.0 is totally deprecated, but I have a costumer with an ancient SAP version, that only supports TLS 1.0.

I need to buy a SSL cert so that SAP can call a SOAP Webservice on my side. Every provider I see, no longer supports TLS 1.0.

Does anyone know a provider that will give me a TLS 1.0 SSL cert?

And before you recommend upgrading it on the costumer side, this is a division of a 600K workers multinational. Asking to upgrade the HR system on their side is completely out of the question.

Thanks a lot, ladies and gents.

2 comments

[ 124 ms ] story [ 175 ms ] thread
You seem to be confused about the difference between a protocol and an object (digital certificate). SSL/TLS is a protocol and both can use the same certificates. See this link for further explanation: https://www.sslsupportdesk.com/clearing-confusion-tls-ssl-ce...
Head meet desk!!

Yes of course, got confused by several articles by cert re sellers claiming to have disabled TLS 1.0 & 1.1.

Forced the protocol on Nginx seems to be working fine now.

Thank you very much for pointing me in the right direction!