final ApnsClient apnsClient = new ApnsClientBuilder().setClientCredentials(new File("/var/cert/pushcert.p12"), "passkey").build();java.io.IOException: toDerInputStream rejects tag type 66
sun.security.util.DerValue.toDerInputStream(DerValue.java:847)
sun.security.pkcs12.PKCS12KeyStore.engineLoad(PKCS12KeyStore.java:1883)
java.security.KeyStore.load(KeyStore.java:1445)
com.relayrides.pushy.apns.P12Util.getFirstPrivateKeyEntryFromP12InputStream(P12Util.java:40)
com.relayrides.pushy.apns.ApnsClientBuilder.setClientCredentials(ApnsClientBuilder.java:137)
com.relayrides.pushy.apns.ApnsClientBuilder.setClientCredentials(ApnsClientBuilder.java:111)
--
Pushy is an open-source Java library for sending APNs (iOS and OS X) push notifications. Pushy is brought to you by the engineers at RelayRides.
---
You received this message because you are subscribed to the Google Groups "pushy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pushy-apns+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.