cancel
Showing results for 
Search instead for 
Did you mean: 

tech.support.sap.com certificate expired

architectSAP
Active Contributor
1,105

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

Accepted Solutions (0)

Answers (3)

Answers (3)

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)

Bernhard
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Frank,

I think in the past this has sometimes been a short time issue on SAP side - if it still continues to be the case, I´d suggest to call/chat with the CIC / SAP Support Hotline, or open in incident, probably on the SW download component.

Hope that helps?!

Bernhard

jan_j_novak
Participant
0 Kudos

Hi,

I have been trying both things (Incident/chat) all day, but I cannot get the message through.

It would have been great to have some direct contact or some direct group to report it to.

Jan

floK
Participant
0 Kudos

got exactly same problem. found no other working url.

As workarround https://mitmproxy.org/ could work 🙂 ....