Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • As was discussed in the comments on your previous question, your SSL listener was binding only to :::443 and not 0.0.0.0:443. Is that still the case? What do you get from lsof -i -P | grep 443? Commented Jan 24, 2012 at 19:29
  • 2
    Maybe firewall? Commented Jan 24, 2012 at 19:29
  • @ShaneMadden have updated with details: only ipv6 is being listened to. What do I have to do to change this? Commented Jan 24, 2012 at 19:31
  • @HubertKario I havent set any firewall as of now. Commented Jan 24, 2012 at 19:31
  • @ShaneMadden lsof -i -P | grep 80 also lists only ipv6!! Commented Jan 24, 2012 at 19:33