Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

WebSite SSL socket not connecting "Unknow CA(48)" Error

  • 1 resposta
  • 7 têm este problema
  • 1 visualização
  • Última resposta de km2g

more options

I've a site that running with swf files. All communications from SWF files through SSL sockets. For some reason, socket is disconnected on Firefox 49 ( Ubuntu 16.04 LTS).

When I check this on Sniffer, it shows Alert Message as "Unknown CA (48)".

Could you please help me whats the reason for this error and provide solution for this ?

Using HAProxy in my env to offload this SSL socket connection. Example config,

frontend wapp1 bind 10.11.12.202:8080 ssl crt /tmp/crt.pem ca-file /tmp/ca.pem verify optional ca-ignore-err all default_backend app1

I've a site that running with swf files. All communications from SWF files through SSL sockets. For some reason, socket is disconnected on Firefox 49 ( Ubuntu 16.04 LTS). When I check this on Sniffer, it shows Alert Message as "Unknown CA (48)". Could you please help me whats the reason for this error and provide solution for this ? Using HAProxy in my env to offload this SSL socket connection. Example config, frontend wapp1 bind 10.11.12.202:8080 ssl crt /tmp/crt.pem ca-file /tmp/ca.pem verify optional ca-ignore-err all default_backend app1

Todas as respostas (1)

more options

Any help ?, As the problem comes in production environment too. I'm unable to find resolution for this issue. Kindly help