Hi Mircea, This for example works:
curl --digest -k -X GET -u 200:password http://example.sipx.org:6667/cdr/200?limit=5 This does not: curl --digest -k -X GET -u 200:password https://example.sipx.org:6666/cdr/200?limit=5 result.... curl: (35) Unknown SSL protocol error in connection to example.sipx.org:6666 Oddly, this also works. curl --digest -k -X GET -u 200:password http://example.sipx.org:6666/cdr/200?limit=5 On Wed, Oct 31, 2012 at 3:13 PM, Mircea Carasel <[email protected]> wrote: > > On Wed, Oct 31, 2012 at 10:11 PM, Kyle Haefner <[email protected] > > wrote: > >> Hi All, >> >> I'm running a new install of 4.6 updated yesterday, I have turned off >> the firewall. >> I am getting a fabulously ambiguous "Unknown SSL protocol error in >> connection to" >> error when I try REST calls over SSL. They work just fine over the >> unencrypted port 6667. >> > What REST calls are you trying over SSL and on what ports? > Thanks > Mircea > >> >> Any ideas? >> >> -- >> Kyle Haefner, M.S. >> Communication Systems Programmer >> Colorado State University >> Fort Collins, CO >> Phone: 970-491-1012 >> Email: [email protected] >> >> >> >> _______________________________________________ >> sipx-users mailing list >> [email protected] >> List Archive: http://list.sipfoundry.org/archive/sipx-users/ >> > > -- Kyle Haefner, M.S. Communication Systems Programmer Colorado State University Fort Collins, CO Phone: 970-491-1012 Email: [email protected] 01010010 01100101 01100001 01101100 00100000 01101101 01100101 01101110 00100000 01110000 01110010 01101111 01100111 01110010 01100001 01101101 00100000 01101001 01101110 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00101110
_______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
