RE: Does Libwww incorporates SSL by default ?????

thanx for the response....
actually , i want to clarify something about https:// too...
Currently , i am passing the url to my server as http://myserver//page
& getting the valid response. 
If i try the same url with https://myserver//page 
i don't get the data in return .
pls. note that in my code :
    HTProfile_newPreemptiveClient((LPCTSTR)AfxGetAppName(), VERSION);
    HTProtocol_add("https", "buffered_tcp", 443, YES, HTLoadHTTP, NULL);
...........
	HTChunk* chunk = HTLoadToChunk(absolute_url, m_pRequest);
..........
i did added the https protocol(as otherwise it gives me unrecognised
protocol error) .... so am i still missing something in my code or there
could be some problem in my server too......


thanx
meenakshi

-----Original Message-----
From: Olga Antropova [mailto:olga@eai.com]
Sent: Wednesday, May 17, 2000 12:23 PM
To: Arora Meenakshi
Cc: LibWWW (E-mail)
Subject: RE: Does Libwww incorporates SSL by default ?????


Hi,

Usage of ssl is tranparent. If you try to GET https://... then ssl transport
is
used. So you do not have to do a special setup for that. If you can GET a
document from a secure server then it works.

Olga.

On 17-May-00 Arora Meenakshi wrote:
> hello 
> i am a bit confused whether Libwww supports SSL in itself by default,  or
do
> i need to specifically specify the security flag to Libwww. If so ,
> how?????? Actually , i wish to talk to a secure netscape server via SSL ,
> now no doubt , i am getting valid responses from the server using Libwww ,
> but no wehere in my code did i specify that the security flags should be
on.
> so i am a bit confused whether things really r exactly working the way i
> want them to...... i know i am asking a very basic question but i am very
> new to this field so please suggest me if anyone has any idea.....
> thanx
> meenakshi
> 
> Meenakshi Arora
> Software Engineer
> Red Creek Communications.
> 3900,New Park Mall Road,
> Newark, CA 94560
> Tel. (510) 745 3943
> email:marora@redcreek.com
> 

Received on Wednesday, 17 May 2000 15:31:04 UTC