Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using HTTPS with VFP application
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00667661
Message ID:
00668610
Views:
20
I'm looking for a wrapper shich sits in a server port and
converts HTTPS protocol to a HTTP protocol for my application.

I'm looking for a way to use Stunnel (http://stunnel.mirt.net/)
or something similar to secure VFP HTTP port server.

>You're not going to be able to use a certificate or HTTP in this situation then. The only other thing I can think of is to encrypt your data with the crypto API, but you'd have to be able to unencrypt it on the client side then, and IE doesn't understand it, so this wouldn't meet your requirements.
>
>>Barbara,
>>
>>thank you for reply.
>>I asked for server side software which encrypts/decrypts HTTPS
>>packets coming from VFP application.
>>
>>I don't have IIS installed so some other software must be used.
>>
>>
>>
>>>You need to do two things:
>>>
>>>1. Change the URL you use to use HTTPS instead of HTTP
>>>2. Get a certificate from a company like Thawte (www.thawte.com). Certificates are not free, and must be installed on your server. They are issued for a specific company and web site.
>>>
>>>>I have build a server using MS Winsock and VFP 7
>>>>which receives commands using HTTP protocol sitting in port 80
>>>>The client talking with my server is IE 6.
>>>>
>>>>I need to secure this connection using HTTPS or some other method which
>>>>IE 6 understands.
>>>>
>>>>I think I must add some software between by application and internet port which encrypts/decrypts data.
>>>>
>>>>Is such free software available ?
Andrus
Previous
Reply
Map
View

Click here to load this message in the networking platform