Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

getting javax.net.ssl.SSLPeerUnverifiedExc in component tGSConnection

Hello,
I'm using tGSConnection to connect to Google Storage, I have provided valid Access key and Secret key and ran the job but getting, is there any other config that I need to do? has anyone successfully connected to google storage using talend?
Exception in component tGSConnection_1
org.jets3t.service.ServiceException: Request Error: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at org.jets3t.service.impl.rest.httpclient.RestStorageService.performRequest(RestStorageService.java:574)
at org.jets3t.service.impl.rest.httpclient.RestStorageService.performRequest(RestStorageService.java:281)
at org.jets3t.service.impl.rest.httpclient.RestStorageService.performRestGet(RestStorageService.java:981)
at org.jets3t.service.impl.rest.httpclient.RestStorageService.getAccountOwnerImpl(RestStorageService.java:1395)
at org.jets3t.service.StorageService.getAccountOwner(StorageService.java:581)
at bintoascii.gcs_0_1.GCS.tGSConnection_1Process(GCS.java:294)
at bintoascii.gcs_0_1.GCS.runJobInTOS(GCS.java:537)
at bintoascii.gcs_0_1.GCS.main(GCS.java:402)
Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source)
at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:397)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148)
at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:573)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at org.jets3t.service.impl.rest.httpclient.RestStorageService.performRequest(RestStorageService.java:334)
... 7 more
Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hi,
Can you connect to Google Storage successfully by client without using Talend tool?
Best regards
Sabrina
Anonymous
Not applicable
Author

yes, I'm able to connect without Talend.