karthick
karthick

Reputation: 12176

Can anyone explain this exception

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

Answers (1)

Vladimir Ivanov
Vladimir Ivanov

Reputation: 43098

Register "https" too. It should help as long registering "http" helped.

Upvotes: 1

Related Questions