Feed on
Posts
Comments

Tag Archive 'google'

Java and SSL on FreeBSD

Running Jira on FreeBSD, I wanted to be able to pick up email from a Google Apps account and feed it in as tickets. This is normally a straight-forward process but I was getting these errors in the Jira logs:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
So [...]

Read Full Post »

Google Account OpenID URL

It was harder than it should have been to find the URL to use for the OpenID provided by your Google Account, so for future reference, enter this in the address box of OpenID enabled sites:
https://www.google.com/accounts/o8/id

Read Full Post »

Google Search Appliance SMB URLs

I’m running a proof of concept at work of the Google Search Appliance (GSA). Work’s very much a Microsoft Windows shop and for the demo I wanted the SMB search results to link to the files on the SMB share, not the GSA proxy that is the default.
You can hack this with this small change [...]

Read Full Post »