Re: Client cert required by Connector/J when server does not verify it?
Posted by: Jonathon Coombes
Date: May 29, 2017 11:32PM

The appropriate driver option for verification is verifyServerCertificate=true|false.
This option will be false if the service has no SSL defined. If you are using SSL however, it will default to true. This means if you want to connect via SSL, but without the host/CA verification, then you need to disable it in the driver options with:
verifyServerCertificate=false

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.