Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-2331

adding projects pom.xml from https-Url through PROXY does not work (proxy overridden)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.2.3
    • None
    • Core system
    • regardless: tested on windows XP sp3 and ubuntu linux 8.10

    Description

      Our svn is only reachabble by https. so to get a pom by URL (maven 2 project) you have tio use https.
      But we are behind a proxy and there is a need to use that proxy.
      The connection fails with following error:

      1381951 [addMavenTwoProjectBackgroundThread] INFO org.apache.http.impl.client.DefaultRequestDirector - I/O exception (javax.net.ssl.SSLException) caught when processing request: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
      1381951 [addMavenTwoProjectBackgroundThread] INFO org.apache.http.impl.client.DefaultRequestDirector - Retrying request
      1381951 [addMavenTwoProjectBackgroundThread] INFO org.apache.http.impl.client.DefaultRequestDirector - I/O exception (javax.net.ssl.SSLException) caught when processing request: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
      1381951 [addMavenTwoProjectBackgroundThread] INFO org.apache.http.impl.client.DefaultRequestDirector - Retrying request
      1381967 [addMavenTwoProjectBackgroundThread] INFO org.apache.http.impl.client.DefaultRequestDirector - I/O exception (javax.net.ssl.SSLException) caught when processing request: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

      We added the .crt to our Java environment, we added it to the .subversion folder of the previlegued continuum user (linux)... but always the same. So we sniffed the traffic and found out:
      The connection/the handshake does NOT happen through the Proxy. It seems continuum tries a direct connection and thus: fails.

      if we do a workaround:
      check out the files (including the poms), set up a local apache pointing to the checked out files. add the project... then you feel free ALSO using the svn (provided by https) through the proxy. Its only at the initioal addition of the projeect.

      Seems the https-functionality for adding projects ignores proxy-settings.

      thanks.

      Attachments

        Activity

          People

            Unassigned Unassigned
            snoopotic Felix Herzog
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: