This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
No certificate found in parsing! #36
vishvarodrigo
started this conversation in
General
Replies: 2 comments
-
I'm getting the same error - not yet sure what's the cause |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @vishvarodrigo sorry for the delay, I didn't get any notification. Have you fill the APN certificate in your config file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting below error from APNs. Appreciate your inputs for way forward.
:~/Signal-Server$ java -jar service/target/TextSecureServer-3.21.jar server service/config/config.yml
INFO [2021-02-22 05:53:37,975] io.dropwizard.server.DefaultServerFactory: Registering jersey handler with root path prefix: /
INFO [2021-02-22 05:53:37,979] io.dropwizard.server.DefaultServerFactory: Registering admin handler with root path prefix: /
INFO [2021-02-22 05:53:39,511] com.turo.pushy.apns.ApnsClientBuilder: Native SSL provider is available; will use native provider.
java.security.cert.CertificateException: No certificate found in parsing!
at org.whispersystems.textsecuregcm.storage.DirectoryReconciliationClient.initializeKeyStore(DirectoryReconciliationClient.java:81)
at org.whispersystems.textsecuregcm.storage.DirectoryReconciliationClient.initializeClient(DirectoryReconciliationClient.java:62)
at org.whispersystems.textsecuregcm.storage.DirectoryReconciliationClient.(DirectoryReconciliationClient.java:49)
at org.whispersystems.textsecuregcm.WhisperServerService.run(WhisperServerService.java:270)
at org.whispersystems.textsecuregcm.WhisperServerService.run(WhisperServerService.java:151)
at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:44)
at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:87)
at io.dropwizard.cli.Cli.run(Cli.java:78)
at io.dropwizard.Application.run(Application.java:94)
at org.whispersystems.textsecuregcm.WhisperServerService.main(WhisperServerService.java:406)
Beta Was this translation helpful? Give feedback.
All reactions