|
From: Tahmim A. S. <sh...@ti...> - 2016-07-11 08:22:06
|
Hi, I have setup an externalRA server with the GUI. The GUI doesn't use HTTPS, just normal HTTP. But I encountered the following issue: When I open the RA-Gui page and select Create Browser Certificate, and input a username and password, it responds saying "Key generation using 'keygen' is not supported in the current browser on this platform." In Firefox I also got this respond, but the certificate is created successfully. Another thing I found in the log that, in KeyGenServlet I got base64 encoded string in ((String[])keygenObject)[0] while requesting from Firefox, but empty string when I send request from Chrome. NB: Firefox version: 47. Chrome version: 51.0.2704.106 your help will be very much appreciated. |