Advertisement
Guest User

Untitled

a guest
Aug 19th, 2011
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Enable Facetime
  2.  
  3.  
  4. Problem is: Facetime doesnt get a valid cerificate from Apple.
  5.  
  6. Solution:
  7.  
  8. 1. Delete Preferences
  9.  
  10. /Users/(yourusername)/Library/Preferences
  11.  
  12. delete the files: com.apple.FaceTime, imagent, imservice keychainaccess (the .plist and the .lockfile)
  13.  
  14. 2. Keychain App
  15. keychain: Login
  16. delete the following:
  17. <key>, FaceTime, ids: identity-rsa-public-key, ids: identity-rsa-private-key
  18.  
  19. 3. rename your Hosts file just for a period to get a valid certificate from Apple
  20.  
  21. in terminal mv /etc/hosts /etc/hosts_inactive
  22. (this file blocks internet access)
  23.  
  24. 4. reboot
  25.  
  26. 5. Now your pc can connect to the apple server and get the certificate. Start FaceTime and setup your account.
  27.  
  28. If you have registered and FaceTime is running enable your old hosts file again in terminal:
  29. mv /etc/hosts_inactive /etc/hosts
  30.  
  31. and reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement