From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 0C268BC6B for ; Tue, 4 Sep 2007 06:33:03 +0200 (CEST) Received: from tenhost.net (tenhost.net [64.246.28.52]) by discorde.inria.fr (8.13.6/8.13.6) with SMTP id l844X0p2008257 for ; Tue, 4 Sep 2007 06:33:02 +0200 Received: (qmail 6142 invoked from network); 3 Sep 2007 23:05:01 -0500 Received: from ip72-208-52-84.ph.ph.cox.net (HELO ?192.168.1.99?) (72.208.52.84) by tenhost.net with SMTP; 3 Sep 2007 23:05:01 -0500 Message-ID: <46DCDFEB.9050606@ramenlabs.com> Date: Mon, 03 Sep 2007 21:32:43 -0700 From: Dave Benjamin User-Agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070828) MIME-Version: 1.0 To: caml-list@inria.fr Subject: Simple HTTPS client example? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at discorde with ID 46DCDFFD.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocamlnet:01 benjamin:01 written:07 seem:08 i'm:09 dave:09 dave:09 example:10 but:14 using:15 use:16 can't:17 code:17 thanks:17 anyone:21 Has anyone written any code to use Ocamlnet to retrieve a URL using HTTPS? I'm looking at Uq_ssl and Http_client, but can't seem to find a way to fit them together. Thanks, Dave