Oracle Weblogic 10.3 + gnutls-cli = A TLS fatal...
Michael Meyer
mime at gmx.de
Tue Feb 16 10:29:40 CET 2010
*** Simon Josefsson <simon at josefsson.org> wrote:
> Nikos Mavrogiannopoulos <nmav at gnutls.org> writes:
> > Michael Meyer wrote:
> >>>> http://pastebin.com/f56a825f6
> >>> gnutls-cli --disable-extensions -p 5556 GFDGFDGSFD -d 4711 -V --priority "NORMAL:%COMPAT:-VERS-TLS1.1:-CTYPE-OPENPGP"
> >
> > He needs to add +ARCFOUR-40 and +RSA-EXPORT as well. They are not
> > enabled by default.
I've tried with +ARCFOUR-40 but never with +RSA-EXPORT.
> Michael can you try that? Also try %SSL3_RECORD_VERSION.
gnutls-cli -p 5556 GFDGFDGSFD --priority "NORMAL:%COMPAT:-VERS-TLS1.1:+ARCFOUR-40:+RSA-EXPORT"
That's it. It works. http://pastebin.com/m357f13b2
Any hints how to make this work also with C-code? :) One of our
C-Developers ask me that. We are looking for the best way to
*always* get a connection in C? Even if there is something
"strange" on the remote side.
Many thanks to you both.
Micha
More information about the Gnutls-help
mailing list