Org.springframework.web.client.resourceAccessException: I/O -Fehler auf GET -Anfrage für 'https: // [myendpoint]' ''

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Org.springframework.web.client.resourceAccessException: I/O -Fehler auf GET -Anfrage für 'https: // [myendpoint]' ''

by Anonymous » 04 Mar 2025, 05:04

PKIX-Pfadgebäude fehlgeschlagen: < /p>
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target;
< /code>
Ich arbeite an einem Rastanruf von meinem Windows -Entwicklungsgerät. Ich habe versucht, den Richtlinien für das Hinzufügen eines Zertifikats in meinem Java -Keystore in: < /p>
hinzugefügt"C:\Program Files (x86)\Java\jre1.8.0_271\lib\security\cacerts"
< /code>
Infakt Ich habe ein anderes Java -Verzeichnis in: < /p>
C:\Program Files\Java\jre1.8.0_271\lib\security\cacerts
< /code>
Ich habe versucht, mein Zertifikat in beiden Keystores zu speichern. Auf der Website, die einen REST -Dienst aufdeckt, speichere ich das Zertifikat vor meinem Google Chrome WebBrowser

Top