Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » SSL error when adding Remote Liberty server
SSL error when adding Remote Liberty server [message #1836583] Fri, 08 January 2021 07:11 Go to next message
Dan Kalmar is currently offline Dan KalmarFriend
Messages: 2
Registered: January 2021
Junior Member
Running Eclipse on Windows 10.
Trying to define a Remote Liberty server.
The CA cert provided by the server is self signed. I added this CA cert to the Eclipse keystore via Keytool.
This is what I see in the SSL trace on the Eclipse side:

* CertificateRequest
Cert Types: RSA, DSS, ECDSA
Cert Authorities:
<CN=C54WLP Sample Certification Authority, OU=C54WLP, O=IBM>
<CN=START1, OU=C54WLP, O=IBM>
update handshake state: unknown[13]
upcoming handshake states: server_hello_done[14]
upcoming handshake states: client certificate[11](optional)
upcoming handshake states: client_key_exchange[16]
upcoming handshake states: certificate_verify[15](optional)
upcoming handshake states: client change_cipher_spec[-1]
upcoming handshake states: client finished[20]
upcoming handshake states: server change_cipher_spec[-1]
upcoming handshake states: server finished[20]
check handshake state: server_hello_done[14]
update handshake state: server_hello_done[14]
upcoming handshake states: client certificate[11](optional)
upcoming handshake states: client_key_exchange[16]
upcoming handshake states: certificate_verify[15](optional)
upcoming handshake states: client change_cipher_spec[-1]
upcoming handshake states: client finished[20]
upcoming handshake states: server change_cipher_spec[-1]
upcoming handshake states: server finished[20]
* ServerHelloDone
Warning: no suitable certificate found - continuing without client authentication
* Certificate chain
<Empty>

What is the meaning of this error ? what cert wasn't found ?
Re: SSL error when adding Remote Liberty server [message #1837004 is a reply to message #1836583] Wed, 20 January 2021 20:13 Go to previous messageGo to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

I googled for <CN=C54WLP Sample Certification Authority, OU=C54WLP, O=IBM>

found this:

https://www.ibm.com/support/knowledgecenter/SSGMCP_5.4.0/security/java/ssl_liberty_racf.html
Re: SSL error when adding Remote Liberty server [message #1837007 is a reply to message #1837004] Wed, 20 January 2021 20:57 Go to previous message
Dan Kalmar is currently offline Dan KalmarFriend
Messages: 2
Registered: January 2021
Junior Member
Thanks for the reply.
I have initially setup the Liberty server SSL configuration based on this IBM document.
It works when connecting from Browser over SSL protocol but does not work when trying to connect from Eclipse.
Previous Topic:How to connect OSGI with SQL server on Eclipse
Next Topic:Can AbstractHandler.setEnabled cache information for execute()
Goto Forum:
  


Current Time: Thu Apr 25 14:00:45 GMT 2024

Powered by FUDForum. Page generated in 0.02953 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top