#bounar-springboot

1 messages ยท Page 1 of 1 (latest)

bitter gust
#

Hi there

#

I'm not too familiar with this myself. Let me grab a colleague

twin shale
#

Hi looking into this. Your code looks ok. What is the type of password? Is it a char array?

upper valley
#

char[] password = "password".toCharArray();

twin shale
#

What jdk version and what version of stripe-java are you using?

upper valley
#

java 1.8

twin shale
#

Can you try setting jdk.http.auth.tunneling.disabledSchemes to an empty string?

upper valley
#

jdk.http.auth.tunneling.disabledSchemes=true
jdk.http.auth.proxying.disabledSchemes=true

#

on properties file

#

but not working

twin shale
#

No can you set the value to ""

#

empty string not true

upper valley
#

jdk.http.auth.tunneling.disabledSchemes=""

#

jdk.http.auth.tunneling.disabledSchemes=

#

both not working

#

finally i found this trick

#

System.setProperty("jdk.http.auth.tunneling.disabledSchemes", "");

#

it's working for me

#

๐Ÿ˜€

twin shale
#

Awesome!

#

I figured it was that property

upper valley
#

thank you for help ๐Ÿ‘

twin shale
#

Of course!

upper valley
#

yes the secret was in this property

#

thank you a lot

twin shale
#

No problem!