Hi Steve, You can try that:
keytool -import -noprompt -trustcacerts -alias <AliasName> -file <Certificate> -keystore <KeystoreFile> -storepass <Password> file is your .cer file, keytstore is cacerts and default password is changeit Kind Regards, Furkan KAMACI On Thu, Apr 6, 2017 at 6:34 PM, Markus Jelsma <[email protected]> wrote: > Hello - browsers do not complain about the issues that the certificate > chain has, Java does. > > Also check out any SSL tester: https://www.ssllabs.com/ > ssltest/analyze.html?d=temple.edu&latest > > Regards, > Markus > > -----Original message----- > > From:Stephen R Guglielmo <[email protected]> > > Sent: Thursday 6th April 2017 16:25 > > To: [email protected] > > Subject: Re: HTTPS Errors on Fetch > > > > Hi Markus, > > > > The site's certificate validates fine in every browser I've tested > > (Chrome, Firefox, IE, Safari). It's issued by GlobalSign, a valid and > > trusted CA, so I'm not sure why Java isn't accepting it. > > > > I'll work on adding the certificate to Java's trust store. > > > > Thanks, > > Steve > > > > On Wed, Apr 5, 2017 at 2:47 PM, Markus Jelsma > > <[email protected]> wrote: > > > Hi - you could try adding the site's certificate to your own trust > store, not sure if it works though. Or, if possible, fix the site's > certificate and key exchange/cipher issues. It is poorly configured and > insecure. > > > > > > Regards, > > > Markus > > > > > > > > > > > > -----Original message----- > > >> From:Stephen R Guglielmo <[email protected]> > > >> Sent: Wednesday 5th April 2017 19:42 > > >> To: [email protected] > > >> Subject: HTTPS Errors on Fetch > > >> > > >> Hi list, > > >> > > >> I'm running nutch 1.13 on CentOS with OpenJDK Runtime Environment > > >> (build 1.8.0_121-b13). I'm getting an SSL error when running `nutch > > >> fetch` on https sites. Is there a way to easily fix this? If not, I'd > > >> like to disable certificate checking entirely. The ca-certificates > > >> package is installed on the system. > > >> > > >> The nutch logs are pasted at: > > >> https://gist.github.com/srguglielmo/01b03f0fb21fcdb9785dcc793e47653c > > >> > > >> Thanks, > > >> Steve > > >> > > >

