Thanx Nic
I've read that, the stuff on the MIDAS web pages and the white papers. We
have the WebConnect stuff working internally on the Intranet with an
WebServer.
What I really wanted to know was, has someone actually done it pointing to
a secure URL ?.
Is the data transfer encrypted ?
What actually happens ?
How do you manage Digital Certificates and logging on ?
Etc etc etc
Please respond to [EMAIL PROTECTED]
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
cc:
Subject: Re: [DUG]: MIDAS and SSL
I guess you use a TWebConnection, and set the URL property using https not
http:
URL includes the protocol (http or https), host name, and scriptname for
httpsrvr.dll. Typically, it has the form
http://MIDASHost.org/scripts/httpsrvr.dll
Note: URL is a standard Uniform Resource Locator. As such, you can also use
it to override the port associated with http (80) or https (443) if the Web
server is configured differently. The port number follows the host name,
preceded by a colon.
(from the help?)
N
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Tuesday, December 05, 2000 5:48 PM
Subject: [DUG]: MIDAS and SSL
>
> Has anyone used the MIDAS WebConnection with SSL, or know of anyone who
> has, or if there is any documentation on it.
>
> The only information on the Borland.com (and community) site states that
it
> is possible to implement connections thru a firewall with SSL, and not
much
> else.
>
> TIA
>
>
>
--------------------------------------------------------------------------
-
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
>
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"