Most active commenters

    ←back to thread

    2603 points mattsolle | 12 comments | | HN request time: 0.727s | source | bottom
    Show context
    submeta ◴[] No.25075156[source]
    Unbelievable. When I read the tweet (tried to post here as well), I suddenly realized why my Mac was unresponsive an hour ago.

    Here is another tweet that describes the problem in more detail:

    https://mobile.twitter.com/llanga/status/1326989724704268289

    > I am currently unable to work because macOS sends hashes of every opened executable to some server of theirs and when `trustd` and `syspolicyd` are unable to do so, the entire operating system grinds to a halt.

    EDIT:

    As others pointed out, I put this to my `/etc/hosts` file and refreshed it like so:

        sudo emacs /etc/hosts # add `0.0.0.0 ocsp.apple.com` 
        sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder # refresh hosts
    replies(26): >>25075338 #>>25075481 #>>25075547 #>>25075666 #>>25075887 #>>25076053 #>>25076387 #>>25076568 #>>25076811 #>>25077902 #>>25077923 #>>25077940 #>>25079234 #>>25079856 #>>25079879 #>>25080093 #>>25080357 #>>25080370 #>>25080849 #>>25081772 #>>25081989 #>>25083938 #>>25087820 #>>25090415 #>>25090991 #>>25095226 #
    1. draebek ◴[] No.25075481[source]
    Note that it's ocsp.apple.com, not oSCp.apple.com.
    replies(4): >>25076076 #>>25076149 #>>25077803 #>>25094188 #
    2. merb ◴[] No.25076076[source]
    dns is case insensitive
    replies(6): >>25076135 #>>25076144 #>>25076150 #>>25076152 #>>25076178 #>>25076253 #
    3. ajford ◴[] No.25076135[source]
    OP was commenting on the order of the S and C
    4. fipar ◴[] No.25076144[source]
    parent is using case to highlight a typo in the domain name, not to imply that the problem is with the case.
    5. labster ◴[] No.25076149[source]
    I'm sure if the SCP Foundation gets involved in filtering our applications, they have a very good reason, like keeping Zalgo out of our reality.
    replies(1): >>25079147 #
    6. jolux ◴[] No.25076150[source]
    "oSCp".ToLower() != "oCSp".ToLower()
    7. ◴[] No.25076152[source]
    8. ◴[] No.25076178[source]
    9. mediaman ◴[] No.25076253[source]
    it's transposed, not case difference
    10. rdsubhas ◴[] No.25077803[source]
    Blocked both.
    11. Commodore_64 ◴[] No.25079147[source]
    I would want to see what applications foundation is hiding from us. Like a FOSS version of Windows 10
    12. submeta ◴[] No.25094188[source]
    Ahh, thanks for the hint. It was a bad typo, but I can't edit my post anymore.

    Edit:

    Just reached out to Dang with a request to correct my typo.