python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Maven dependencies wrong version for okhttp3 mockwebserver
I am trying to use okhttp3.mockwebserver with my Spring boot project and I find out that okhttp3:mockwebserver:jar:3.14.9 is included instead of 4.9.1.
I have created small 'mock' projects to reproduc...
mkarasik
Votes: 0
Answers: 2
java.lang.NoSuchFieldError: Companion (okhttp 4.9.0) after spring-boot upgrade
After upgrade spring-boot from version 2.4.5 to 2.5.8, my test which was using okhttp3 (okhttp and mockwebserver) v4.9.0 start to fail with below message. Usually it means that some other dependecy us...
sebac13
Votes: 0
Answers: 0
Does okhttp tls v1.2+ connection comes by default?
I'm working on point of sale(pos) and i need a TLS v1.2+ connection in my android app.I found a these link to get tls connection on okhttp.
link 1
link 2
these links are customize and extend sslscoket...
ömer
Votes: 0
Answers: 2
OkHttp3 - SocektTimeoutException when using specific local address
I have problem with using OkHttp3 client with overriten SocketFactory. I' ve implemented my custom SocketFactory in the same way it is implemented here
Some of the requests works, but most of the time...
Roofi2727
Votes: 0
Answers: 0