2

I was working with mercurial tonight on Apple's OS X (10.5), and received this error message while attempting to clone from a repository over SSL:

Python support for SSL and HTTPS is not installed

Any ideas as to how I go about fixing this?

Michael Gorsuch
  • 2,378
  • 1
  • 21
  • 24

1 Answers1

4

I was able to correct this behavior like by installing the py25-socket-ssl port. You can do so by running the following on the command prompt:

sudo port install py25-socket-ssl
Michael Gorsuch
  • 2,378
  • 1
  • 21
  • 24