Page 1 of 1

Xampp HTTPS unresponsive

PostPosted: 13. November 2013 21:09
by arian
We have Xampp installed on our Windows Server, and we have been having a problem for the last two months. Our HTTP:// side of the website works fine, but the HTTPS:// side of the website becomes unresponsive after about a day. It doesn’t load an error page, it just continuously try’s to load the page, then it times out. In Xampp control panel, it doesn’t show any errors, and it says that apache is still running. Turned on logs to full debugging, still nothing... However, when we stop the Apache service and start it back up, the HTTPS:// side is fixed. What could be going on here?

Re: Xampp HTTPS unresponsive

PostPosted: 19. January 2014 21:57
by net.work
Hello,

I have same problem as arian. Is there any solution? Thanks!

edit:
Today I had same problem - I looked at netstats. When all works normally - there are open 80 and 443 port on address 0.0.0.0 - when https is unresponsive, there are two new with port 80 and 443 on public IP adress (this is correct IPv4 IP address which I have set on network card, but it is not 0.0.0.0 as normally).

Here is printscreen: http://postimg.org/image/hod8648kv/
This state is after of turn off/on apache.

Re: Xampp HTTPS unresponsive

PostPosted: 24. January 2014 18:55
by gsmith
see my suggestion here:
viewtopic.php?f=16&t=67871

Re: Xampp HTTPS unresponsive

PostPosted: 10. April 2014 19:58
by net.work
Yes, that was my problem too (but I found solution myself). Thanks a lot.