How Do I load an use a client certificate for outgoing SOAP messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2015 07:42 AM
I have tried to create a protocol (xssl) to use my COMODO client certificate (I have tried to use it using .pfx, cer, and JavaKeyStore file formats.
In each case, when I enable mutual authentication, I get an error 500, and a log saying:
SOAP Msg Outbound - SOAPMessageClient : Error executing SOAP request: java.lang.IllegalStateException: unsupported protocol: 'xssl': org.apache.commons.httpclient.protocol.Protocol.lazyRegisterProtocol(Protocol.java:149)
org.apache.commons.httpclient.protocol.Protocol.getProtocol(Protocol.java:117) ...
I do not need to validate the server cert, but I do need to provide the client cert to the remote server.
Any help would be greatly appreciated.
thanks,
Dave
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2017 05:47 AM
Hello,
does someone hase a solution therefore?
I tried to confirgure mutual authentication for Outbound REST messages and have the same error.
I am using Jakarta and going and don't use a MID Server.
Regards,
Sergej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 08:17 AM
Hello,
find a way by my own.
The name of the protocol name (System Security - Protocol Profiles - unique protocol name) has to be in small letters.
Regards,
Sergej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2020 10:43 PM
I cannot believe it was this problem for me. Nowhere in any of the documentation does it stipulate that the protocol name has to be in lowercase, only that it must be unique.
Thank you so much for posting this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2021 05:03 AM
I faced the same issue and was running around everywhere not understanding what the issue is, just replacing with lower case letter solved the problem. Thanks a ton. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2021 10:41 AM
Thanks for this. I don't want to think of how much longer I might have spent troubleshooting this if I hadn't see your mention of the capital letter.