-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using AAAR with honeycomb from a remote server #102
Comments
Hi Daren, Here I'm with new tests about this issue. Below you can find a Pentaho Data Integration job, developed to test the issue in a way not depending on AAAR (because the issue seems to be in the certificate verification developed by the standard java libraries, according to the RFC 2818). I have found a lot of questions about similar issues in java and everything is confirmed also in my tests. I have developed also the easy test below: Test n.2 (standard call that doesn't work)
Coming to the possibile solutions I can see now (please, feel free to comment or suggest others). Solution n.1 - Work on the self generated certificate to make it acceptable from standard validation tasks. Solution n.2 - Act on the Pentaho JVM truststore (to establish a chain of trust). Cheers. -F |
Howdy, thanks for looking into this, I kind of came to a similar conclusion, but after discussing with Martin, we may be better off putting all the connections for pentaho into a private network, so remove the need for ssl on the AAAR_extract.sh call. Anyways will be looking into this more next week, so will report back when I have more info. |
Just a brief update: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching found |
Hi Francesco Haven't pushed ahead on this much, will be in Spain this week and will cheers Daren On 13/09/15 09:35, Francesco Corti wrote:
|
Ciao Daren, Mine was just another test I would like to share with you. ;-) Cheers, -F PS: http://nacl.cr.yp.to/ seems to be nice. |
Hi Daren, Today I have released the brand new AAAR v4.0 (http://fcorti.com/2015/11/04/aaar-v4-0/). Cheers, -F |
Hi Francesco Thats great news, will check it out when I return, Im currently in cheers On 04/11/15 06:55, Francesco Corti wrote:
|
Ehi, so happy cannolo for all of us. ;-) |
After investigating, the main issue when using AAAR from a separate VM, is how to run AAAR_extract.sh when running over a self cert or full certificated web service. Honeycomb incorporates SSL out the box, which is fine with CMIS, or when hitting the urls directly from a browser. However, AAAR_Extract.sh complains about the SSL and wont connect to the service.
The text was updated successfully, but these errors were encountered: