Forum Discussion

ivansarachman's avatar
ivansarachman
New Contributor
12 years ago

SoapUI 4.5.1 Proxy Settings are not working

With SoapUI 4.5.0 Proxy Settings are working OK, but with SoapUI 4.5.1 the same Proxy Settings are not working.

ERROR:org.apache.http.client.ClientProtocolException

4 Replies

  • I've found something similar and I have soapUI 4.0.0 to compare against.

    At work I'm behind a proxy that 4.0.0 can/does authenticate against.

    using the same settings in 4.5.1, I keep getting the 407 Proxy athentication error

    I've tried
    1.the Authenticate preemptively setting on Preferences -> HTTP Settings
    2.Setting the AUT fields on the Message Request screen
    3.Setting the TestCase Credentials (little key icon)


    The message Request in 4.51

    GET http://www.eat.businessdata.govt.nz/data/app/ws/rest/companies/entity/search/v1.0/acme HTTP/1.1
    Accept-Encoding: gzip,deflate
    Authorization: CRD20SLZtSZCbvhc:36/c5vLvy16HHpvGFrrmmsDCvP6Bc3f84dO5ESyJhGw=
    Date: Fri, 02 Nov 2012 15:51:19 NZDT
    Accept: application/xml
    Host: www.eat.businessdata.govt.nz
    Proxy-Connection: Keep-Alive
    User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
    Cookie: BCSI-CS-8dc9b05bc1f5ebb6=2
    Cookie2: $Version=1
    Cookie: BCSI-CS-8dc9b05bc1f5ebb6=2
    Cookie2: $Version=1
    Proxy-Authorization: NTLM TlRMTVNTUAABAAAANQIIIBAAEAA6AAAAGgAaACAAAABEAEgALQBBAFUARAAxADAANwAwADMAVgBHAFAAUgBPAFgAWQBCAEMAVwA=
    Cookie: BCSI-CS-8dc9b05bc1f5ebb6=2
    Cookie2: $Version=1


    the message request in 4.0.0

    GET http://www.eat.businessdata.govt.nz/data/app/ws/rest/companies/entity/search/v1.0/acme HTTP/1.1
    Accept-Encoding: gzip,deflate
    Authorization: CRD20SLZtSZCbvhc:hC2KPsRt7AveUX0h6yUBcJbWaQYpsBRzg7s37FnNr2o=
    Date: Fri, 02 Nov 2012 15:53:18 NZDT
    Accept: application/xml
    Proxy-Authorization: Basic Zmxvd2VyaDpIYXJsYTIwMTI=
    User-Agent: Jakarta Commons-HttpClient/3.1
    Host: www.eat.businessdata.govt.nz
    Proxy-Connection: Keep-Alive


    Where do all the Cookies come from and how do I set the Proxy-Authorization: Basic in 4.5.1

    thanks
  • LongRed's avatar
    LongRed
    New Contributor
    Hi to all,

    I've the same problem (more or less). Proxy authentication set in SOAPUI settings. Works with version 4.0.x but not with 4.5.x.

    Nothing else seems to work with 4.5.x Proxy returns always authentication failure.

    Any solutions around?

    Regards,
    RL
  • jafari's avatar
    jafari
    Occasional Contributor
    Hi,

    We fixed some proxy-related bugs in SoapUI 4.5.2. Have you tried using the latest version?

    Also, try checking the "pre-emptive authentication" setting in the HTTP settings tab.

    Regards,
    Arian
  • Hi,

    Proxy settings are working now with SoapUI 4.5.2, I tried on 64bits version!!!

    Thanks and best regards
    Ivan