<div dir="ltr">In theory I suspect so but it&#39;s probably not a good idea since user authentication is used to push or pull from private repositories. And being paranoid you don&#39;t want to have a MITM give you modified source code to run on your server.<div><br></div><div>If HTTP is an issue there&#39;s SSH access (ssh://<a href="http://git@freeswitch.org:7999/fs/freeswitch.git">git@freeswitch.org:7999/fs/freeswitch.git</a>) providing you&#39;ve created an account. The option isn&#39;t visible unless you&#39;re logged into stash.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 28 September 2015 at 08:33, Stanislav Sinyagin <span dir="ltr">&lt;<a href="mailto:ssinyagin@gmail.com" target="_blank">ssinyagin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">is there a way to provide Git over unencrypted HTTP?<br>
<br>
but in general, one can easily set up a local mirror and serve the<br>
local machines from it.<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, Sep 28, 2015 at 8:54 AM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>
&gt; This would require us to stop taking credit card transactions, so just<br>
&gt; turning it back on is not an option.  This change was made as a requirement<br>
&gt; of our merchant account.<br>
&gt;<br>
&gt;<br>
&gt; On Monday, September 28, 2015, Michael Giagnocavo &lt;<a href="mailto:mgg@giagnocavo.net">mgg@giagnocavo.net</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Or… re-enable TLS1 and 1.1 with downgrade protection and problem solved<br>
&gt;&gt; with no security issues?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a><br>
&gt;&gt; [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] On Behalf Of Ken Rice<br>
&gt;&gt; Sent: Sunday, September 27, 2015 12:37 PM<br>
&gt;&gt; To: FreeSWITCH Users Help &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; Subject: Re: [Freeswitch-users] unable to clone master &quot; git clone<br>
&gt;&gt; <a href="https://freeswitch.org/stash/scm/fs/freeswitch.git" rel="noreferrer" target="_blank">https://freeswitch.org/stash/scm/fs/freeswitch.git</a>&quot;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Upgrate to debian 8 or centos 7, or clone over ssh (you&#39;ll need to create<br>
&gt;&gt; an account for the later)<br>
&gt;&gt;<br>
&gt;&gt; Sent from my iPhone<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sep 27, 2015, at 1:25 PM, Shabbir abbasi &lt;<a href="mailto:shabbirabbasi92@gmail.com">shabbirabbasi92@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; any solution ?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Sep 27, 2015 at 11:17 PM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; cent 6 might not have TLS 1.2 support.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sunday, September 27, 2015, Shabbir abbasi &lt;<a href="mailto:shabbirabbasi92@gmail.com">shabbirabbasi92@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Dear michael,<br>
&gt;&gt; CentOS release 6.7 (Final)<br>
&gt;&gt; Linux localhost.localdomain 3.10.40-1.el6.elrepo.i686<br>
&gt;&gt;<br>
&gt;&gt; after   Yum update<br>
&gt;&gt;<br>
&gt;&gt; export GIT_CURL_VERBOSE=1<br>
&gt;&gt; now error is<br>
&gt;&gt; git  clone    <a href="https://freeswitch.org/stash/scm/fs/freeswitch.git" rel="noreferrer" target="_blank">https://freeswitch.org/stash/scm/fs/freeswitch.git</a><br>
&gt;&gt; Initialized empty Git repository in /usr/src/freeswitch/.git/<br>
&gt;&gt; * Couldn&#39;t find host <a href="http://freeswitch.org" rel="noreferrer" target="_blank">freeswitch.org</a> in the .netrc file; using defaults<br>
&gt;&gt; * About to connect() to <a href="http://freeswitch.org" rel="noreferrer" target="_blank">freeswitch.org</a> port 443 (#0)<br>
&gt;&gt; *   Trying 209.105.235.6... * Connected to <a href="http://freeswitch.org" rel="noreferrer" target="_blank">freeswitch.org</a> (209.105.235.6)<br>
&gt;&gt; port 443 (#0)<br>
&gt;&gt; * Initializing NSS with certpath: sql:/etc/pki/nssdb<br>
&gt;&gt; * NSS error -12190<br>
&gt;&gt; * Expire cleared<br>
&gt;&gt; * Closing connection #0<br>
&gt;&gt; * Couldn&#39;t find host <a href="http://freeswitch.org" rel="noreferrer" target="_blank">freeswitch.org</a> in the .netrc file; using defaults<br>
&gt;&gt; * About to connect() to <a href="http://freeswitch.org" rel="noreferrer" target="_blank">freeswitch.org</a> port 443 (#0)<br>
&gt;&gt; *   Trying 209.105.235.6... * Connected to <a href="http://freeswitch.org" rel="noreferrer" target="_blank">freeswitch.org</a> (209.105.235.6)<br>
&gt;&gt; port 443 (#0)<br>
&gt;&gt; * NSS error -12190<br>
&gt;&gt; * Expire cleared<br>
&gt;&gt; * Closing connection #0<br>
&gt;&gt; error:  while accessing<br>
&gt;&gt; <a href="https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs" rel="noreferrer" target="_blank">https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs</a><br>
&gt;&gt;<br>
&gt;&gt; fatal: HTTP request failed<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Sep 27, 2015 at 10:18 PM, Michael Jerris &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; what operating system is this?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Sunday, September 27, 2015, Shabbir abbasi &lt;<a href="mailto:shabbirabbasi92@gmail.com">shabbirabbasi92@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;  git clone <a href="https://freeswitch.org/stash/scm/fs/freeswitch.git" rel="noreferrer" target="_blank">https://freeswitch.org/stash/scm/fs/freeswitch.git</a><br>
&gt;&gt;<br>
&gt;&gt; Initialized empty Git repository in /usr/src/freeswitch/.git/<br>
&gt;&gt; error: SSL write: error -5938 while accessing<br>
&gt;&gt; <a href="https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs" rel="noreferrer" target="_blank">https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs</a><br>
&gt;&gt;<br>
&gt;&gt; fatal: HTTP request failed<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; any solution  ?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a></div></div></blockquote></div><br></div>