Use Https for data transfer

mrjaw

Active Member
Licensed User
Longtime User
Hi!
I am doing an app using http to transfer data but I wanna know if it is posible to use https instead of http.
I am using the library http but it doesnt support https. There is another library that can support https?

Nevermind if there is to pay for this lib.

Thks.

Edwin Jaws
 

moster67

Expert
Licensed User
Longtime User
There are indeed some issues using https with cf. net in certain circumstances. Microsoft fixed it but as far as I know, the fix was never included in an official successive update of cf. net.

You might find the corrected cf.net by googling. If not, I may have a copy on my PC at home. In any case the end-user will need to reinstall cf. net.

Sent from my HTC HD2
 

mrjaw

Active Member
Licensed User
Longtime User
This is the error that I get when I use a https:

Response.Value = Request.GetResponse 'This line calls the server and gets the
response.

Error description:
Response code=-1
TrustFailure

I used the example in the help. If I use http normal everything is fine. I did an app using this http but no https

Any cluees?

Edwin
 

mrjaw

Active Member
Licensed User
Longtime User
Yes! I tried to access from my browser and works fine. The certificate was done by myself in linux.
 

mrjaw

Active Member
Licensed User
Longtime User
Any cluees ?.

From Basic4PPC the http library doesnt work for SSL sites :(
 
Top