Rabbitmq management UI issue with Firefox - firefox

I'm trying to use rabbitmq management UI on Firefox, getting this error:
An error occurred during a connection to localhost:15671. SSL peer was unable to negotiate an acceptable set of security parameters. Error code: SSL_ERROR_HANDSHAKE_FAILURE_ALERT
This works for me on Chrome.
Version Details:
Rabbitmq-3.6.5
Erlang-19.0
Firefox-48.0

This is not an rabbitMQ UI issue.its browser level certification problem.You need to update that thing.
Firefox displays this error "ssl_error_handshake_failure_alert" means that you do not have valid personal certificates in your browser. You can obtain new ones by going to http://ist.mit.edu/certificates and clicking on Get MIT Personal Certificate.
Please refer this link https://support.mozilla.org/en-US/questions/728969 to get full knowledge about this

Related

SSL certificate occasionally disappears from HTTPS binding

Occasionally, the certificate used to bind HTTPS disappears.
When I try to access the Internet through HTTPS its display: "not possible to reach the site".
Also, when this happens, 2 errors appear in the event viewer window:
Schannel error - "A fatal error occured when attempting to access the TLS server cerdential private key. The error code returned from the cryptographic module is 0X8009030D.The internal error state is 10001."
HttpEvent - "An error occured while using SSL configuration for endpoint 0.0.0.0:443. The error status code is contained within the returned data."
Attached link for these 2 errors
Note that these two errors always appear when the server is not working.
The certificate is from GoDaddy.
When I restart IIS the site works again and I can enter it.
Can anyone help me solve this problem? How can I make this certificate binding to stay forever?

My site is throwing "connection insecure" in firefox

I've heard from someone that my site throws "connection is not secure" error in Mozilla Firefox. I checked it at my computer in firefox and it's working fully fine, so is it users problem that this error is thrown or can I do something about it on my site?
The problem is with the users firewall, or your website, it could be that the encryption is not strong enough or you can only recieve a valid certificate on your home wifi due to an error in the website, it could also be due to an outdated TLS mechanism.

Google Books API Cover images over HTTPS fails due to certificate error

Starting yesterday requests to cover images via https began failing with
ERR_INSECURE_RESPONSE.
For example:
https://www.googleapis.com/books/v1/volumes/zaRoX10_UsMC
When trying to access the https version of the thumbnail:
https://bks1.books.google.com/books/content?id=zaRoX10_UsMC&printsec=frontcover&img=1&zoom=1&edge=curl&imgtk=AFLRE72edPPkxV6QHjzfmvf2sug_dIzxNCI02YJVAnqRe6xPdaL1GDx5m-h_2nqbzj2ZJ_krgtSW245c0-gwIF85xUi5rJ2-v07QuQl9ker6apIdeJi27W9RVadaCBwaCqxsQPy-1rt9&source=gbs_api
In Chrome this returns a response of NET::ERR_CERT_COMMON_NAME_INVALID
Safari and Firefox also are unable to load the resource due to a certificate error.
Remove the sub-sub-domain, or the encryption:
This is an encrypted version of the image at https://books.google.com, and
This is an unencrypted version at http://bk1.books.google.com
Their certificate covers wildcard.google.com but not wildcard.wildcard.google.com. Just speculating I'd guess that bks1 is one of a pool of servers behind books.

SSL : sec_error_unknown_issuer

I'm getting the sec_error_unknown_issuer on my website : https://www.lceonline.co.uk/
The error occurs when I add an item to the cart then click checkout (The checkout page seems to cause it) The SSL Certificate is with Globasign
It seems that this error only occurs in Firefox. Does anyone have a solution or can point me in the direction of one? Little bit of a struggle.
Cheers Guys
Each browser has an installed list of what is called "Root Certificates". If the issuer's certificate is not in this database, then the browser will reject the cert with the message that you are seeing.
Firefox and Internet Explorer use independent lists of root certs. You may want to speak to your issuer, or a different issuer, about getting you a cert that is acceptable in all major browsers.
It should also be noted that a cert can be denied by the browser with a similar error if it depends on intermediate certificates in the cert-chain and the server has not been correctly configured to deliver all the required certs to the browser. This can be tricky to diagnose as browsers will cache and re-use intermediate certs, even if they were originally requested from a different server.

Self-Signed SSL Link not working

I have an embedded web server with a self-signed SSL certificate. After I get past the Web Browser's warning about the SSL Certificate being self signed, I am seeing a difference between IE8 and Firefox 3.5.5.
In IE8, if I try to download a PNG file, it will download every time.
In FireFox, it will give me an error every other time.
The error message is this:
Secure Connection Failed
An error occurred during a connection to 192.168.1.100.
SSL peer was unable to negotiate an acceptable set of security parameters.
(Error code: ssl_error_handshake_failure_alert)
*The page you are trying to view can not be shown because the authenticity of the received data could not be verified.
*Please contact the web site owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.
What is causing this? Why does one browser work all the time and the other only works every other time?
It's hard to say without looking at the packets. If I had to hazard a guess, it would be that on the second request, Firefox is trying to resume the SSL session, and for some reason, the server doesn't like that. On the next request, Firefox doesn't try to resume, and it succeeds again. Maybe?

Resources