[Bug 1032856] Re: SSL requested but SSL support not compiled in

Launchpad Bug Tracker 1032856 at bugs.launchpad.net
Sat Apr 27 20:56:23 UTC 2013


*** This bug is a duplicate of bug 432786 ***
    https://bugs.launchpad.net/bugs/432786

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: git (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to git in Ubuntu.
https://bugs.launchpad.net/bugs/1032856

Title:
   SSL requested but SSL support not compiled in

Status in “git” package in Ubuntu:
  Confirmed

Bug description:
  Whilst configuring git imap-send I discovered there is no support for
  secure encrypted access to the IMAP server when using a secure IMAP
  connection:

  imap.host=imaps://host.domain

  git format-patch HEAD^ --stdout | git imap-send
  Resolving host.domain... ok
  Connecting to [1.2.3.4]:993... SSL requested but SSL support not compiled in
  read: Bad file descriptor
  failed to open store

  My IMAP server is configured to use TLS on port 993 (or STARTTLS on
  143) but refuses unencrypted connections.

  Looking at the source it seems the configure option NO_OPENSSL=1 has
  been set since the debian packaging was first added:

  commit 5ae232d7d6b8fa456b4b74df9ec7e87df51dcf05
  Author: Gerrit Pape <pape at smarden.org>
  Date:   Fri May 11 09:40:27 2007 +0000

      Add debian/ subdirectory, 1.5.1.4-1.

  Although relatively unused it would be preferable to support encrypted
  connections in this way - after all, it does support direct
  connections using SSH.

  Removal of NO_OPENSSL=1 from 'debian/rules' OPTS variable and adding
  libssl-dev to 'debian/control' Build-Depends results in a correct
  build and functioning TLS:

  git format-patch HEAD^ --stdout | /home/all/SourceCode/git/git-packaging/git-imap-send
  Resolving host.domain... ok
  Connecting to [1.2.3.4]:993... ok
  Logging in...
  Password (user at host.domain):
  sending 1 message
   100% (1/1) done

  *note: git-imap-send doesn't support STARTTLS on unencrypted port 143
  - it must connect to an implicitly encrypted port (IMAPS on port 993).

  The openssl package is in the 'main' component. Is there any reason
  why OpenSSL support cannot be configured in?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1032856/+subscriptions




More information about the foundations-bugs mailing list