[erlang-questions] SSL error for valid(?) certificate

Daniel Abrahamsson daniel.abrahamsson@REDACTED
Tue Nov 11 13:49:49 CET 2014


R15B03 unfortunately does not support sha384WithRSAEncryption. I've had to
patch in my own OTP builds of R15.

//Daniel

On Tue, Nov 11, 2014 at 10:29 AM, Andreas Schultz <aschultz@REDACTED> wrote:

> Hi,
>
> ----- On 11 Nov, 2014, at 04:40, Ryan Brown ryankbrown@REDACTED wrote:
>
> > Hi all. I have a client that appears to have a legitimate ssl cert but I
> am
> > getting the error seen here ( http://pastebin.com/2TTGAQDm ) when
> attempting to
> > post to it's endpoint. It is dying in public_cert.erl in a place that
> does not
> > seem to offer me any insight. Just curious if anybody had seen anything
> like
> > this before.
>
> The error indicates that your certificate is signed with
> sha384WithRSAEncryption.
> I'm not sure what the earliest version that supports that algorithm is,
> but any version
> that supports TLS 1.2 should have it. That is definitely R16B03, R15B03
> might also
> work.
> Also, make sure the underlying OpenSSL version has sha384 support enabled.
>
> Andreas
>
> >
> > Thanks.
> >
> > -rb
> >
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://erlang.org/mailman/listinfo/erlang-questions
>
> --
> --
> Dipl. Inform.
> Andreas Schultz
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141111/f7a97808/attachment.htm>


More information about the erlang-questions mailing list