Link to home
Start Free TrialLog in
Avatar of MadMerc
MadMerc

asked on

Using SSL with the Visual basic Inet control

I have an application that sends and receives data using the Internet Transfer control in Visual Basic .NET.  At the moment it simply uses port 80 and icHTTP protocol to communicate with the server.  However, I need to encrypt the data using SSL.  I have tried changing the protocol to icHTTPs (port 443) but it won't respond.  I have tested SSL connectivity on the webserver through a browser and everything is working fine.  Does anyone know what might be causing the problem?
ASKER CERTIFIED SOLUTION
Avatar of RanaHossain
RanaHossain

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial