Web Connection
500 error from WWC on https calls
Gravatar is a globally recognized avatar based on your email address. 500 error from WWC on https calls
  Adam W
  All
  Sep 10, 2020 @ 12:21pm

I have a jQuery mobile app using WWC only to accept json get and post. When it's running on http all works fine but when I switch to https all calls to server are getting Internal Server Error 500. Not only from the client app but from web browser as well. Test page form WWC works but none of my services with my custom mapping. Cert is from GoDaddy. Is there anything in WWC I have to switch to enable SSL or this is something in IIS config ?

Gravatar is a globally recognized avatar based on your email address. re: 500 error from WWC on https calls
  Rick Strahl
  Adam W
  Sep 10, 2020 @ 12:53pm

Web Connection doesn't care about whether your request is http:// or https://.

If you're getting 500 errors it almost certainly means there's a problem with the certificate or certificate binding.

If you can access the site locally you should be able to get more error information from IIS - otherwise turn on request tracing and look at the errors.

+++ Rick ---

Gravatar is a globally recognized avatar based on your email address. re: 500 error from WWC on https calls
  Adam W
  Rick Strahl
  Sep 10, 2020 @ 01:31pm

After turning on Detailed Error pages it showed me Access Denied to app Temp folder. I have to add everyone->full control on it and it works now. Thanks Rick!

© 1996-2024