-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebClient does not support HTTPS in GAE #49
Comments
Can you paste your stack trace please? I have SB clients running fine in production that call HTTPS URLs. (Also which version are you using? Maybe there was a regression?) |
Hello, In fact it is due to GAE environnement : Error injecting constructor, java.lang.ClassCastException: com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection cannot be cast to javax.net.ssl.HttpsURLConnection I'm using 0.8.7 (lastest release). |
Yea =( After one of our contributors migrated the Web Client to AHC, all that broke. Fixing GAE is on the roadmap for 0.8.8. I also want to support the GAE async api if possible. |
Hello Dhanji, If I find a bit of time at home after work, I'll do that :) |
The SiteBricks webclient does not support HTTPS connection. A ClasCastException is thrown.
The text was updated successfully, but these errors were encountered: