Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't verified subscriber url

ANSWERED
Hi, im trying to verify my suscriber endpoint with https schema.

My: url
https://backend.icarewave.com/CareWaveSynchronizations/api/fitbit/synchronize

When i change https to http everything works fine. When i use https result is "Subscriber has not been successfully verified".
Our certificate is Go Daddy Secure certificate authority - G2.
When i look into IIS logs no records about 2 request from fitbit found (as documentation say https://dev.fitbit.com/docs/subscriptions/#verify-a-subscriber 2 requests are send to endpoint).
I tried create request via runscope with https schema and subscriber endpoint is successfully verified.

What i'm doing wrong ?
Thanks in advance.

 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Hi @CWMatej: You're probably not doing anything wrong. The issue is likely the Go Daddy Secure certificate authority - G2 because Go Daddy didn't follow proper procedure to get its root certificate included with the version of Java that Fitbit's servers use. You can either use a different certificate authority or try a crossover chain method with Go Daddy's G1 cert.

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

Hi @CWMatej: You're probably not doing anything wrong. The issue is likely the Go Daddy Secure certificate authority - G2 because Go Daddy didn't follow proper procedure to get its root certificate included with the version of Java that Fitbit's servers use. You can either use a different certificate authority or try a crossover chain method with Go Daddy's G1 cert.

Best Answer
0 Votes