HTTPS on CF?

  • Thread starter Thread starter jayderk
  • Start date Start date
J

jayderk

Hello all,

Has there been any resolution to the problem CF1.0 SP2 was having with https
requests?

Thanks in advanced,
Jay
 
What problems are you referring to? My app uses HTTPS for all of its
communication and I've never had any problems with it. (Except once someone
had a firewall that blocked all https traffic because "that's what hackers
use")
 
Hello Scott,

I was reading in this forum that a "verified bug was CF 1.0 SP2" that would
stop a https transaction.

do you have any code examples you can send for me to play with, I don't want
to tell the manager anything before I am able to successfully test it out.



The problem only occurrs when the proxy server requires authentication.
This has been confirmed to be a bug in the CF 1.0 SP2. See the thread in
microsoft.public.dotnet.framework for more info.

http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compac
tframework/browse_thread/thread/d616e5feeb21e778/a875e62e4d3157b8?q=https&_d
one=%2Fgroup%2Fmicrosoft.public.dotnet.framework.compactframework%2Fsearch%3
Fgroup%3Dmicrosoft.public.dotnet.framework.compactframework%26q%3Dhttps%26qt
_g%3D1%26searchnow%3DSearch+this+group%26&_doneTitle=Back+to+Search&&d#a875e
62e4d3157b8
 
I don't have any samples off hand but my application calls a lot of different
web services and performs sqlce merge replication over https. It's used by
at least 60 different school districts and I've never had any problems with
this.
 
Back
Top