Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SNCERR_AUTH_MISMATCH error when connection via SAProuter

former_member449168
Participant

Hi

I'm trying to connecting to a client's SAP System via SAProuter, but I'm getting the following error (at the client):

*** ERROR => SncPEstablishContext(): SNCERR_AUTH_MISMATCH -- wrong peer! 
expecting = "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE"
but peer is = "p:CN=<ourCertificateName>"

They say that our certificate has been installed on their side, and their certificate has been installed on our side.

Their saprouttab file contains:

KT "p:CN=<ourCertificateName>" <ourPublicIP> *
KP "p:CN=<ourCertificateName>" localhost 3298
KP "p:CN=<ourCertificateName>" 172.1.1.* * #where 172.1.1.1 is the internal IP address of their SAProuter server
P 172.1.1.* <ourPublicIP> 3298
P 172.1.1.* <ourPublicIP> 3299

Any assistance of what may cause the error?

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

why tags ABAP development and ABAP Extensibility?

former_member449168
Participant
0 Kudos

That's the closest that I can found. If you advise me on what else I'll gladly update.

Sandra_Rossi
Active Contributor
0 Kudos

Primary tag: Security ; User tags: saprouter, snc

daphneo
Explorer
0 Kudos

I have same error. Any assistance appreciated!