Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-09-03 Thread pradeep senanayake
Hi Matt, Pls tel me how can I get the Single Access token auth in j2me thanks Pradeep On Fri, Sep 3, 2010 at 1:08 AM, Ernandes Jr. wrote: > If you use Twitter API ME Single Access token auth you will get access to > Twitter API, even on emulator. When you use this type of auth, HTTPS is > bypa

[twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-09-03 Thread Netroboost
Hey Matt, Yes, I will keep that in mind. Thanks for your time. Amit. On Aug 31, 6:06 am, Matt Harris wrote: > Hey Netroboost, > > If the device doesn't support wildcard SSL these isn't much that can > be done except to use HTTP. This isn't recommended but if you have no > choice it's all you

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-09-02 Thread Ernandes Jr.
If you use Twitter API ME Single Access token auth you will get access to Twitter API, even on emulator. When you use this type of auth, HTTPS is bypassed. But is just a workaround, since Single Access token has its constraints. On Wed, Sep 1, 2010 at 11:40 PM, Pradeep Senanayake < pradeepd.senana

[twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-09-01 Thread Pradeep Senanayake
HI Matt. tel me how can I get rid of that exception using HTTP. Thanks in advance. On Aug 31, 9:06 am, Matt Harris wrote: > Hey Netroboost, > > If the device doesn't support wildcard SSL these isn't much that can > be done except to use HTTP. This isn't recommended but if you have no > choice it'

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-08-30 Thread Matt Harris
Hey Netroboost, If the device doesn't support wildcard SSL these isn't much that can be done except to use HTTP. This isn't recommended but if you have no choice it's all you can do. The only caveats to know about are: * xAuth requires SSL so won't be available to any devices that do not support

[twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-08-27 Thread Netroboost
Hi Matt, Thank you for your response. Yes, I was finally able to get rid of the exception with the method you suggested. However as far as I know the issue extends beyond the Sun Java WTK. Various handset manufacturers have different implementations of this JSR and while some do accept wildcard

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-08-25 Thread Matt Harris
Hi Amit, This is an issue with the Sun WTK 2.5.2 not accepting wildcard SSL certificates and not with the Twitter API. In the future we would like to move to a single domain certificate but there is no date as to when that will be. Whilst it isn't something we like you to do, the OAuth process is

[twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-08-23 Thread Netroboost
Hi, Has this issue been resolved yet? I am using Sun WTK 2.5.2 and facing the same issue. The error message reads: "Subject alternative name did not match site name" Please help if anyone knows how to deal with this. Thanks, Amit. On Jul 23, 10:18 pm, Matt Harris wrote: > Hi, > > I've see

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-07-23 Thread Matt Harris
Hi, I've seen similar reports for other service providers about this issue as well. My concern is wildcard certificates are perfectly valid and are described in RFC2818 [1]. I'm not sure why Sun WTK doesn't support them or of any workarounds but I would suggest asking on their support channels. I

[twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-07-23 Thread bjcoredev
How will we be warned when api.twitter.com fixed SSL certificate will be effective ? On 22 juil, 21:17, John Adams wrote: > Unfortunately, the current situation is that api.twitter.com is on a > wildcard certificate. > > We have plans to move it a fixed SSL certificate in the near future, but

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-07-22 Thread John Adams
Unfortunately, the current situation is that api.twitter.com is on a wildcard certificate. We have plans to move it a fixed SSL certificate in the near future, but no definite date yet. -j On Thu, Jul 22, 2010 at 11:50 AM, bjcoredev wrote: > > My app doesn't use the mobile site. > > My twitter

[twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-07-22 Thread bjcoredev
My app doesn't use the mobile site. My twitter client is written in J2ME (Java Micro Edition) and is not using the mobile site but the Twitter API. I m coding my client with WTK 2.5.2 Sun Wireless Toolkit (like many other Java mobile developers) and since the 21/07/2001 1AM GMT my app running

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-07-22 Thread John Adams
The mobile site has used a wildcard certificate for the last two years; Did you recently begin experiencing this issue or was your code working in the past? -j On Thu, Jul 22, 2010 at 6:43 AM, bjcoredev wrote: > It seems that SUN WTK 2.5.2 doesn't accept wildcard certificates > I hope that mob

[twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-07-22 Thread bjcoredev
It seems that SUN WTK 2.5.2 doesn't accept wildcard certificates I hope that mobile platforms accept wildcard SSL certificates. If this not the case, it will make twitter xAuth/oAuth unusable Regards On 22 juil, 14:57, bjcoredev wrote: > Hi > > My mobile app logged to twitter using xAuth an