cancel
Showing results for 
Search instead for 
Did you mean: 

tech.support.sap.com certificate expired

architectSAP
Active Contributor

It seems that the tech.support.sap.com TLS certificate expired today. Is there another URL I should use for the SAP Download Manager?

Many thanks in advance

View Entire Topic
floK
Participant
0 Kudos

It works with mitmproxy as workarround :-)....

You just have to import mitm ca to java keystore with:

sudo keytool -import -alias mitm -file mitmproxy-ca-cert.pem -keystore /Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/jre/lib/security/cacerts

(Path to keystore could be other on your client, default pwd=changeit)