This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 1 antwoord
  • 7 hierdie probleem
  • 1 view
  • Laaste antwoord deur 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

All Replies (1)

more options

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