PDA

View Full Version : Secure Socket Layer


Khalid
05-29-02, 18:26
Hello,
Does any body know how can I write a script to establish a secure socket layer connection between the server and the client's browser?
I would appreciate an example with asp code.

Thank you

JonathanB
05-31-02, 12:47
Internet Information Server is what makes the SSL connection between the server and the client. ASP as far as I'm aware cannot open direct connections natively without the aid of a component.

Hope this helps.