cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter URL - hostname vs FQDN

mubarakshabna_asmi
Participant
0 Kudos

I see the following error in dev_icm:

________________

MatchTargetName("<hostname>", "CN=<hostname.domain.com, OU=XXXXXXXX, O=XXXXXXXXXXXXXX

SSL NI-sock: local=<IP >:63071 peer=<IP>:<https java port>

<<- ERROR: SapSSLSessionStart(sssl_hdl=0x1059a4a20)==SSSLERR_SERVER_CERT_MISMATCH

      • ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-30): SSSLERR_SERVER_CERT_MISMATCH [icxxconn_m

      • ERROR => URLDecode recognised invalid sign in form field [ictxxfilt_mt 248]

      • ERROR => illegal request [http_auth_mt.c 470]

________________________________

The issue seems to be that the certificate is for FQDN and request is

with just the hostname. Also in the sld the adapter engine urls are all

hostname:port. Where do I change this such that it uses the FQDN:port.

Any direction is much appreciated.

Thanks

S.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

somewhat similar problem solved in the below thread:

P.N.: the above thread is not related to XI/PI......giving for your reference

mubarakshabna_asmi
Participant
0 Kudos

Thanks for you time. Note 804124 fixed my problems.