Re: [akka-user] akka-http proxy support

2016-12-12 Thread Álvaro Reguly
Thanks Johan

Álvaro

On Mon, Dec 12, 2016 at 10:46 AM, Akka Team  wrote:

> You can track the ticket to see if there is any progress or contribute
> such progress: https://github.com/akka/akka-http/issues/192
>
> --
> Johan Andrén
> Akka Team
>
> On Fri, Dec 9, 2016 at 4:45 PM, Álvaro Reguly  wrote:
>
>> Any news here? This a big deal for us as Akka is locked behind the
>> corporate firewalls.
>>
>> thanks
>>
>> Alvaro Reguly
>>
>> On Tuesday, March 8, 2016 at 11:47:31 AM UTC-5, Konrad Malawski wrote:
>>>
>>> I hope to address this issue eventually, but we'll see how priorities
>>> work out.
>>> Keep an eye on the linked ticket for updates!
>>>
>>> --
>>> Cheers,
>>> Konrad 'ktoso’ Malawski
>>> Akka  @ Lightbend 
>>> 
>>>
>>> On 8 March 2016 at 17:46:29, Michi (michael...@physik.tu-muenchen.de)
>>> wrote:
>>>
>>> Hi Konrad,
>>>
>>> thanks for the quick answer. Fortunately it is only a small part of our
>>> code that needs that. I will use Apache HttpClient for now, which does
>>> everything we need.
>>>
>>> Best regards,
>>> Michael
>>>
>>> On Tuesday, March 8, 2016 at 5:37:01 PM UTC+1, Konrad Malawski wrote:

 Correct, HTTPS Proxies are not supported yet, see ticket:
 https://github.com/akka/akka/issues/16153
 Sadly we're not sure when we'll get the chance to work on this yet.

 For the time being you may want to try Play's WS library, though I'm
 not sure if they support this feature hm...
 (They're backed by the Ning Async Http Client).

 --
 Cheers,
 Konrad 'ktoso’ Malawski
 Akka  @ Lightbend 
 

 On 8 March 2016 at 15:31:28, Michi (michael...@physik.tu-muenchen.de)
 wrote:

 Hi,

 we need to access a REST interface using HTTPS which is behind a proxy.
 The akka-http documentation states that proxy support for HTTPS connections
 is currently unsupported. Is there any way to use a HTTPS proxy with
 akka-http? If not, can someone recommend a good (Java) https client library
 that supports https proxies for accessing REST interfaces?

 Thanks,
 Michael
 --
 >> Read the docs: http://akka.io/docs/
 >> Check the FAQ: http://doc.akka.io/docs/akka/c
 urrent/additional/faq.html
 >> Search the archives: https://groups.google.com/grou
 p/akka-user
 ---
 You received this message because you are subscribed to the Google
 Groups "Akka User List" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to akka-user+...@googlegroups.com.
 To post to this group, send email to akka...@googlegroups.com.
 Visit this group at https://groups.google.com/group/akka-user.
 For more options, visit https://groups.google.com/d/optout.

 --
>>> >> Read the docs: http://akka.io/docs/
>>> >> Check the FAQ: http://doc.akka.io/docs/akka/c
>>> urrent/additional/faq.html
>>> >> Search the archives: https://groups.google.com/grou
>>> p/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to akka-user+...@googlegroups.com.
>>> To post to this group, send email to akka...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>> --
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ: http://doc.akka.io/docs/akka/c
>> urrent/additional/faq.html
>> >> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Akka User List" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/akka-user/F7NCvJfUAKo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at 

Re: [akka-user] akka-http proxy support

2016-12-12 Thread Akka Team
You can track the ticket to see if there is any progress or contribute such
progress: https://github.com/akka/akka-http/issues/192

-- 
Johan Andrén
Akka Team

On Fri, Dec 9, 2016 at 4:45 PM, Álvaro Reguly  wrote:

> Any news here? This a big deal for us as Akka is locked behind the
> corporate firewalls.
>
> thanks
>
> Alvaro Reguly
>
> On Tuesday, March 8, 2016 at 11:47:31 AM UTC-5, Konrad Malawski wrote:
>>
>> I hope to address this issue eventually, but we'll see how priorities
>> work out.
>> Keep an eye on the linked ticket for updates!
>>
>> --
>> Cheers,
>> Konrad 'ktoso’ Malawski
>> Akka  @ Lightbend 
>> 
>>
>> On 8 March 2016 at 17:46:29, Michi (michael...@physik.tu-muenchen.de)
>> wrote:
>>
>> Hi Konrad,
>>
>> thanks for the quick answer. Fortunately it is only a small part of our
>> code that needs that. I will use Apache HttpClient for now, which does
>> everything we need.
>>
>> Best regards,
>> Michael
>>
>> On Tuesday, March 8, 2016 at 5:37:01 PM UTC+1, Konrad Malawski wrote:
>>>
>>> Correct, HTTPS Proxies are not supported yet, see ticket:
>>> https://github.com/akka/akka/issues/16153
>>> Sadly we're not sure when we'll get the chance to work on this yet.
>>>
>>> For the time being you may want to try Play's WS library, though I'm not
>>> sure if they support this feature hm...
>>> (They're backed by the Ning Async Http Client).
>>>
>>> --
>>> Cheers,
>>> Konrad 'ktoso’ Malawski
>>> Akka  @ Lightbend 
>>> 
>>>
>>> On 8 March 2016 at 15:31:28, Michi (michael...@physik.tu-muenchen.de)
>>> wrote:
>>>
>>> Hi,
>>>
>>> we need to access a REST interface using HTTPS which is behind a proxy.
>>> The akka-http documentation states that proxy support for HTTPS connections
>>> is currently unsupported. Is there any way to use a HTTPS proxy with
>>> akka-http? If not, can someone recommend a good (Java) https client library
>>> that supports https proxies for accessing REST interfaces?
>>>
>>> Thanks,
>>> Michael
>>> --
>>> >> Read the docs: http://akka.io/docs/
>>> >> Check the FAQ: http://doc.akka.io/docs/akka/c
>>> urrent/additional/faq.html
>>> >> Search the archives: https://groups.google.com/grou
>>> p/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to akka-user+...@googlegroups.com.
>>> To post to this group, send email to akka...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>> --
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ: http://doc.akka.io/docs/akka/c
>> urrent/additional/faq.html
>> >> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to akka-user+...@googlegroups.com.
>> To post to this group, send email to akka...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] akka-http proxy support

2016-12-09 Thread Álvaro Reguly
Any news here? This a big deal for us as Akka is locked behind the 
corporate firewalls.

thanks

Alvaro Reguly

On Tuesday, March 8, 2016 at 11:47:31 AM UTC-5, Konrad Malawski wrote:
>
> I hope to address this issue eventually, but we'll see how priorities work 
> out.
> Keep an eye on the linked ticket for updates!
>
> -- 
> Cheers,
> Konrad 'ktoso’ Malawski
> Akka  @ Lightbend 
> 
>
> On 8 March 2016 at 17:46:29, Michi (michael...@physik.tu-muenchen.de 
> ) wrote:
>
> Hi Konrad,
>
> thanks for the quick answer. Fortunately it is only a small part of our 
> code that needs that. I will use Apache HttpClient for now, which does 
> everything we need.
>
> Best regards,
> Michael
>
> On Tuesday, March 8, 2016 at 5:37:01 PM UTC+1, Konrad Malawski wrote: 
>>
>> Correct, HTTPS Proxies are not supported yet, see ticket: 
>> https://github.com/akka/akka/issues/16153
>> Sadly we're not sure when we'll get the chance to work on this yet.
>>
>> For the time being you may want to try Play's WS library, though I'm not 
>> sure if they support this feature hm...
>> (They're backed by the Ning Async Http Client).
>>
>> -- 
>> Cheers,
>> Konrad 'ktoso’ Malawski
>> Akka  @ Lightbend 
>>  
>>
>> On 8 March 2016 at 15:31:28, Michi (michael...@physik.tu-muenchen.de) 
>> wrote:
>>
>> Hi,
>>
>> we need to access a REST interface using HTTPS which is behind a proxy. 
>> The akka-http documentation states that proxy support for HTTPS connections 
>> is currently unsupported. Is there any way to use a HTTPS proxy with 
>> akka-http? If not, can someone recommend a good (Java) https client library 
>> that supports https proxies for accessing REST interfaces?
>>
>> Thanks,
>> Michael
>> --
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups 
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to akka-user+...@googlegroups.com.
>> To post to this group, send email to akka...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ: 
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups 
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to akka-user+...@googlegroups.com .
> To post to this group, send email to akka...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] akka-http proxy support

2016-03-08 Thread Michi
Hi Konrad,

thanks for the quick answer. Fortunately it is only a small part of our 
code that needs that. I will use Apache HttpClient for now, which does 
everything we need.

Best regards,
Michael

On Tuesday, March 8, 2016 at 5:37:01 PM UTC+1, Konrad Malawski wrote:
>
> Correct, HTTPS Proxies are not supported yet, see ticket: 
> https://github.com/akka/akka/issues/16153
> Sadly we're not sure when we'll get the chance to work on this yet.
>
> For the time being you may want to try Play's WS library, though I'm not 
> sure if they support this feature hm...
> (They're backed by the Ning Async Http Client).
>
> -- 
> Cheers,
> Konrad 'ktoso’ Malawski
> Akka  @ Lightbend 
> 
>
> On 8 March 2016 at 15:31:28, Michi (michael...@physik.tu-muenchen.de 
> ) wrote:
>
> Hi,
>
> we need to access a REST interface using HTTPS which is behind a proxy. 
> The akka-http documentation states that proxy support for HTTPS connections 
> is currently unsupported. Is there any way to use a HTTPS proxy with 
> akka-http? If not, can someone recommend a good (Java) https client library 
> that supports https proxies for accessing REST interfaces?
>
> Thanks,
> Michael
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ: 
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups 
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to akka-user+...@googlegroups.com .
> To post to this group, send email to akka...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] akka-http proxy support

2016-03-08 Thread Konrad Malawski
Correct, HTTPS Proxies are not supported yet, see ticket: 
https://github.com/akka/akka/issues/16153
Sadly we're not sure when we'll get the chance to work on this yet.

For the time being you may want to try Play's WS library, though I'm not sure 
if they support this feature hm...
(They're backed by the Ning Async Http Client).

-- 
Cheers,
Konrad 'ktoso’ Malawski
Akka @ Lightbend

On 8 March 2016 at 15:31:28, Michi (michael.tha...@physik.tu-muenchen.de) wrote:

Hi,

we need to access a REST interface using HTTPS which is behind a proxy. The 
akka-http documentation states that proxy support for HTTPS connections is 
currently unsupported. Is there any way to use a HTTPS proxy with akka-http? If 
not, can someone recommend a good (Java) https client library that supports 
https proxies for accessing REST interfaces?

Thanks,
Michael
--
>> Read the docs: http://akka.io/docs/
>> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] akka-http proxy support

2016-03-08 Thread Michi
Hi,

we need to access a REST interface using HTTPS which is behind a proxy. The 
akka-http documentation states that proxy support for HTTPS connections is 
currently unsupported. Is there any way to use a HTTPS proxy with 
akka-http? If not, can someone recommend a good (Java) https client library 
that supports https proxies for accessing REST interfaces?

Thanks,
Michael

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.