[prev in list] [next in list] [prev in thread] [next in thread] 

List:       maven-user
Subject:    How to configure proxy for multiple protocols
From:       Hugo Palma <hugo.m.palma () gmail ! com>
Date:       2009-10-14 9:45:50
Message-ID: e8ca20260910140245h612d11c1vf37040825ab7418 () mail ! gmail ! com
[Download RAW message or body]


I'm trying to use the same proxy for both http and https but i'm having no
success.
I've tried configuring like this:

<proxies>
    <proxy>
      <id>myhttp</id>
      <active>true</active>
      <protocol>http</protocol>
      <host>192.168.0.4</host>
      <port>8080</port>
    </proxy>

    <proxy>
      <id>myhttps</id>
      <active>true</active>
      <protocol>https</protocol>
      <host>192.168.0.4</host>
      <port>8080</port>
    </proxy>
  </proxies>

But only the first proxy is used. I also tried using the same id for both
proxies with no success.
Any ideas ?

Thanks.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic