> I'm trying to do an http get for a page that uses the https: protocol > and getting a Error 500 with no other information returned. I'm using > the exact same method as I use for http: protocol. There is no > password or login for the page and nothing top secret, so I don't even > know why it's https instead of http. Here is a URL > > https://customercare.fnfismd.com/usbank/usbank.asp > > I get the same 500 error on every https: URL I've tried. > > I looked at httpsend.pas and don't see anything different I need to do > for SSL.
You need to have some SSL/TLS library what can be integrated to Synapse by some existing SSL-plugin. For example, if you wish to use OpenSSL, then you must have OpenSSL DLL's and you must add ssl_openssl unit to your uses. -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
