-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Hi, I have a proxy server running on regular http, and I'm trying to make a request to an https address. I create a ProxyServer with my host, port, principal and password and set the client's ProxyServer. When I make a http request everything works fine. When I request an https host, the proxy returns 407 Proxy Authentication Required. This works with version 1.8.16. I've just recently been trying to 1.9.31, it seems like this stopped working with 1.9.0.
I have a small testcase I can provide (in Clojure) if that would help. I need to clean it up a little bit first.