-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fortify local client isn't detected in first running #258
Comments
We will needs Fortify logs, the logs from the JavaScript console and what browser you are expecting this with. |
Hi @rmhrisk , I have a github repo if would you like try. |
@rossinicolas Do you have any Security warnings on the first starting? Looks like the problem is with the trusted certificate registration |
it's like a browser could't connect to localhost. the only way that i found to use the component in the clients is running the url https://127.0.0.1:31337/.well-known/webcrypto-socket the first time, but isn't a solution because will be have again the issue if the user cleanup the browser history or cookies. |
@rossinicolas Could you try to remove |
I removed the fortify folder and after restart the local client i saw the Security warning that you show me, but i still showing the message "Fortify Client Not Detected" |
i made the same testing that you in Windows and everything it's ok. My issue is in Linux system because i'm using Linux Mint as OS. |
I've got the same problem on MacOS for Firefox browser. Looks like Fortify can't register SSL certificate. working on it @rossinicolas Thank you for the help |
@rossinicolas Could you check out your Mozilla Profiles folder? The current version of Fortify looks for profiles with
I found that my computer has got 2 default profiles - I removed all my profiles and restarted Firefox. Now it uses There is one more way to add the trusted certificate. Import it to firefox Authorities manually. PEM CA certificate is |
Good Morning @microshine , fist of all thanks for your time to resolve my issue. The first solution that you told me yesterday doesn't work in my PC, instead, the manually import works perfectly such in Firefox as Chrome. |
@microshine Can we automate this work? |
Dears, i have an issue in my app the first time that the PeculiarFortifyCertificates web compontent is rendering because the component not detect the client locally installed. If i put the url https://127.0.0.1:31337/.well-known/webcrypto-socket in the browser, the second time that the component is render everything it's ok.
TIA.
The text was updated successfully, but these errors were encountered: