caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Richard Jones <rich@annexia.org>
To: caml-list@inria.fr
Subject: ocamlnet and https client (was: Re: [Caml-list] OCaml and SOAP)
Date: Thu, 12 May 2005 16:44:36 +0100	[thread overview]
Message-ID: <20050512154436.GA13467@furbychan.cocan.org> (raw)
In-Reply-To: <20050129103753.GA30860@furbychan.cocan.org>


In my further pursuit of native SOAP for OCaml ...

Has anyone ever managed to extend or twice ocamlnet's http_client into
making https (http over SSL) calls?

There seem to be various plausible ways to make this happen; off the
top of my head:

(1) Extend ocamlnet properly to support SSL.

(2) Fork some sort of external proxy which does http <-> https
translation and use the ocamlnet proxy feature.

(3) Write a custom Unixqueue.event_system which can do the http <->
https translation, perhaps using Mimram and Baelde's SSL bindings for
savonet ( http://savonet.sourceforge.net/ ,
http://savonet.sourceforge.net/ocamldoc/ocaml-ssl/ )

(4) Forget about ocamlnet and use libcurl/ocurl instead.

In the absence of (1), what do people suggest?

Rich.

-- 
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Team Notepad - intranets and extranets for business - http://team-notepad.com


      parent reply	other threads:[~2005-05-12 15:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-29 10:37 OCaml and SOAP Richard Jones
2005-05-03 12:50 ` [Caml-list] " Richard Jones
2005-05-03 13:30   ` Alain Frisch
2005-05-09  7:17 ` Maxence Guesdon
2005-05-12 15:44 ` Richard Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050512154436.GA13467@furbychan.cocan.org \
    --to=rich@annexia.org \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).