karate Connection reset error when connecting to internal qa server. (dev server is fine)

后端 未结 1 759
余生分开走
余生分开走 2020-12-22 05:37

so my company has implemented Oauth2.0 on two different internal servers. when i try using karate to get the token back on the myldev server. i get it back with

1条回答
  •  有刺的猬
    2020-12-22 06:25

    You are sure that both are HTTPS right ? It sounds very much like the QA server has stronger encryption in place. Have a look at this ticket and I hope that gets you on your way !

    https://github.com/intuit/karate/issues/243

    EDIT - extra info:

    Someone else had a similar question, but sadly no answer yet: Link

    Similar issue turned out to be missing Accept header: Link

    Can you try the new custom certificate support: https://github.com/intuit/karate#x509-certificate-authentication

    Related question on Stack Overflow: SSLHandshakeException for a simple GET request in Karate Framework

    0 讨论(0)
提交回复
热议问题