alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

Unable to access Elmah site when running over HTTPS #17

Open cocowalla opened 11 years ago

cocowalla commented 11 years ago

I've got elmah.mvc working on with route /elmah when running over HTTP, but when enabling HTTPS it seems to time out.

Came across comment here describing the same issue: http://www.beletsky.net/2012/08/elmahmvc-201-update-is-out.html

alexbeletsky commented 11 years ago

Thanks for reporting this. I personally never used ELMAH in HTTPS configuration. I'll try to see what I can do.

MaximRouiller commented 11 years ago

Currently working with 2.0.0.37642.

Working in SSL (fully signed) on my end.

alexbeletsky commented 11 years ago

@MaximRouiller thanks a lot for helping that out. @cocowalla is this issue still actual to you, have you found some workarounds.

Can you please post more details, to be able to fix it.. or send a pull request?