[erlang-questions] SSL certificate unknown error

Aaron France aaron.l.france@REDACTED
Wed May 29 14:41:39 CEST 2013


Hi,

I'm having this issue as well, I'm not super familiar with that dbg module 
and have been unsuccessful in using it. Any ideas which you can give me?

On Tuesday, March 12, 2013 9:48:06 AM UTC+1, Ingela Andin wrote:
>
> Hi! 
>
> This error typically happens when there is a problem in the ASN-1 
> decoding of a certificate. 
> You could try tracing on public_key:pkix_path_validation. If we can 
> get the input values 
> to that function we could create a way to reproduce the error and make 
> it much easier for us 
> to fix the problem. 
>
> dbg:tracer(). 
> dbg:p(all, [call]). 
> dbg:tpl(public_key, pkix_path_validation, x). 
>
> Regards Ingela Erlang/OTP- team Ericsson AB 
>
>
> 2013/3/12, Andrei Soroker <sor...@REDACTED <javascript:>>: 
> > On Mon, Mar 11, 2013 at 8:14 PM, Tristan Sloughter 
> > <tristan....@REDACTED <javascript:>> wrote: 
> >> I ran into the same problem on R16A. I sent this to erlang-bugs 
> >> 
> >> http://erlang.org/pipermail/erlang-bugs/2013-February/003369.html 
> >> 
> >> I sadly didn't take care of continued investigation.... But if it still 
> >> exists in R16B I guess I'll have to now, unless you figure it out :) 
> > 
> > I reverted to R15B03-1 for the time being. I'll poke around some more 
> > later in the week. 
> > 
> >> 
> >> 
> >> On Mon, Mar 11, 2013 at 10:09 PM, Andrei Soroker <sor...@REDACTED<javascript:>> 
>
> >> wrote: 
> >>> 
> >>> Hi again, 
> >>> 
> >>> I'm using lhttpc to make some calls over https. Everything worked fine 
> >>> with R15B03-1, but with R16B I'm seeing this: 
> >>> 
> >>> SSL: certify: ssl_handshake.erl:263:Fatal error: certificate unknown 
> >>> 
> >>> Thanks, 
> >>> Andrei 
> >>> _______________________________________________ 
> >>> erlang-questions mailing list 
> >>> erlang-q...@REDACTED <javascript:> 
> >>> http://erlang.org/mailman/listinfo/erlang-questions 
> >> 
> >> 
> > _______________________________________________ 
> > erlang-questions mailing list 
> > erlang-q...@REDACTED <javascript:> 
> > http://erlang.org/mailman/listinfo/erlang-questions 
> > 
> _______________________________________________ 
> erlang-questions mailing list 
> erlang-q...@REDACTED <javascript:> 
> http://erlang.org/mailman/listinfo/erlang-questions 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130529/a538bc45/attachment.htm>


More information about the erlang-questions mailing list