From owner-freebsd-questions@freebsd.org Mon Jan 29 16:00:59 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 465F4ECE998 for ; Mon, 29 Jan 2018 16:00:59 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6AC479785 for ; Mon, 29 Jan 2018 16:00:58 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id v123so34676977wmd.5 for ; Mon, 29 Jan 2018 08:00:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=Y0D+8NhMX4S/wqACKyXCZCyjFwjhfp1oMlUjX/rxpL8=; b=ingiCtSRD81ULBQv5+Q6QVOgiJStX1FgeMyVkQ1Nl+/+vWAosT1ql+yWzwhVzAKLXo qRFCJGlv1N9ZyyJCOED4y2T+A4djs0uAm5Dy7MRhxWbDM5vfk4PsC6SIZN6IFyZfE/6y 9gEtDMkiiLc+ZM+9jToVONy+wrEq7XZzopSmN00djqqjSm33CAV5SVCRXVOsEhQxqAbF Pu9dgRmZ7RH9yHVqJ5yvkY1il9cIqgCCJLCEIGd3MXZUt6eJ/3XYZBMi/KhMM0AZ9Ros h1akPJjxRmwq0RvJQPY7q3y6uOhNmDPZo6kl0QAIqeLOT6nOHW98+q2TXWS5Z4XCmAas GrFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Y0D+8NhMX4S/wqACKyXCZCyjFwjhfp1oMlUjX/rxpL8=; b=QHjG+XaiS9RFNL1mt00TXQXcrDbbGoEws7Fx5E3DswJsd+LSrSx3k/r3gs5LiMDmt/ kbiTpoTtG9HccDFC0U8PqBkXDeS3Kk9vxuKtDama6k8NEA0YfbTWw8ab24kogAjbQS0y CzXcvE5RbjButoavq14gE+WdtEheOyFj2QPLdpigCayXgXZH6EYMx0Z7TWstEo6dTPlB z/uoYq+1ZqAc1dBzuXJH3ZMgw8E1kIny5sZUPCZuseLhFyGqnfXCbNpVMaU4ySVkeIoL f5ZSj+8MFIHJu2yIjC95/g55e8iJ7Xx9dot0RvVZ+FmG93Z5F5IjC1QZtc8Dv+wrIIFH 3njw== X-Gm-Message-State: AKwxytcXpg5Sa8M5Yr3E4w2iBG+VfcQfTZ0K29LdcJ6kGmbPAPRLKSSE 7GzKV3y88H68peCUeyiSvN0JgiwjBCH7UaEp4mI= X-Google-Smtp-Source: AH8x225oHq2XZVbopALi/s5sjjBjiDALmPtraCK7zZdgzNBxph0tVOZZa7XXwf8rZlqLgu+43zKjJQ+2MTQW2XfwZUY= X-Received: by 10.28.166.20 with SMTP id p20mr17400386wme.85.1517241657667; Mon, 29 Jan 2018 08:00:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.141.184 with HTTP; Mon, 29 Jan 2018 08:00:57 -0800 (PST) In-Reply-To: <62e7858b-b2ba-ce1b-6150-c302dcfe7dd1@passap.ru> References: <62e7858b-b2ba-ce1b-6150-c302dcfe7dd1@passap.ru> From: David Mehler Date: Mon, 29 Jan 2018 11:00:57 -0500 Message-ID: Subject: Re: Setting up an https accessible git server on FreeBSD To: Boris Samorodov Cc: freebsd-questions Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2018 16:00:59 -0000 Hello Everyone, Thank you for your replies. Are there any solutions that utilize apache? Thanks. DAve. On 1/29/18, Boris Samorodov wrote: > 29.01.2018 04:10, David Mehler =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >> If anyone has a git server going on FreeBSD, accessible via http smart >> protocol https only, i'd appreciate knowing how you got it going? I'm >> wanting to make private repos accessible to myself and a select group >> of users invisible to everyone else. > > I use www/gitea for git repositories. Nice and fast enough tool. > It listens at localhost only: > [...] > [server] > HTTP_ADDR =3D 127.0.0.1 > HTTP_PORT =3D 3333 > [...] > > While for HTTPS I use www/nginx reverse proxy: > [...] > listen 443 ssl; > location / { > proxy_pass http://localhost:3333; > } > [...] > > HTH > -- > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve >