Reputation: 12176
When i run my client i am getting this error
java.lang.IllegalStateException: Scheme 'http' not registered
So i registered it in the scheme registry
Now it's showing
java.lang.IllegalStateException: Scheme 'https' not registered
I am working in a proxied environment and i have provided all the proxy details
Upvotes: 1
Views: 1364
Reputation: 43098
Register "https" too. It should help as long registering "http" helped.
Upvotes: 1