I am trying to get mono up and running on my MacBook Pro.
After successfully installing Mono I am running through the tests as recommended at Getting Started
Everything was going great until I got to the test that involves running
mono tlstest.exe https://www.nuget.org
to test the https connectivity of the mono installation.
When I do this, I get the following error :
FAILED: #-2147467259
System.Net.Sockets.SocketException (0x80004005): Access denied
  at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP)
  [0x000b6] in <5afdc70d980c4033b3878286f754d091>:0
  at TlsTest.GetStreamPage (System.String url) [0x00057] in 
  <7ad9caa5280c42fa9e47b5cc3d9b1e0e>:0
  at TlsTest.Main (System.String[] args) [0x002aa] in 
  <7ad9caa5280c42fa9e47b5cc3d9b1e0e>:0
I don't even know where to begin with troubleshooting.
I have a MacBook Pro running MacOS 10.12.6
Mono Version is as follows:
Mono JIT compiler version 5.0.1.1 (2017-02/5077205 Thu May 18 16:11:37 EDT 2017)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:           normal
    SIGSEGV:       altstack
    Notification:  kqueue
    Architecture:  x86
    Disabled:      none
    Misc:          softdebug 
    LLVM:          yes(3.6.0svn-mono-master/8b1520c)
    GC:            sgen (concurrent by default)
Any help, guidance, or even some suggestions on where to start with troubleshooting this error would be greatly appreciated.
User contributions licensed under CC BY-SA 3.0