Could not create SSL/TLS secure channel

mcorbeel

Member
Joined
Feb 7, 2011
Messages
6
Location
Belgium Europe
Programming Experience
10+
THIS THREAD CAN BE REMOVED -> OBSOLETE


I'm trying to establish a connection to a server that sends sms messages. To do this I need to use HTTP POST.
The protocol is HTTPS, without certificates, with basic authentication.
I've tried several sample of codes that I found on the internet, but always get " Could not create SSL/TLS secure channel".
What am I missing here?

I use VB.net (VS2010) and the
System.Net.WebRequest...
 
Last edited:
Back
Top