On Tue, Sep 28, 2010 at 11:04 AM, Michael Blumenkrantz <[email protected]> wrote: > Hi, > I figured I would mail again since I now have more specifics of the issue I am > experiencing as well as an easy way to replicate it. > I have a client which uses gnutls to connect to a specified url/port. It > functions fine except for certain sites which I am having issues with. An > easy > public example site/port would be verisign.com:443 : I receive the following > output while trying to connect to it:
The code that you are using refers to a very old gnutls version. That means you are messing with compatibility functions (such as the priority functions you're using). If you cannot reproduce your problem with gnutls-cli, as I told you before, read the examples from the manual and base your client on those. regards, Nikos _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
