Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Java plugin don't ask for certificate

  • 5 trả lời
  • 20 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi jorfi

more options

For one site (a bank), java plugin throws a security exception, instead of asking confirm to certificate.

Operating system: SunOS 5.11 snv_151a i86pc i386 i86pc

Firefox 3.6.13 (same result on 3.6.10)

Steps I use to reproduce: open: "http://www.danskebank.dk/da-dk/privat/netbank/pages/netbank.aspx"

select: "Log-on" (top right) and "Netbank (NemID)"

Expected: Window with Certification confirmation (danid.dk)

Actual: Security Exception

On other version of firefox (3.6.2) and os (Windows Vista), I get expected result.

Is it a bug, and if so is it a bug in firefox or java (my operating system version, of course)?

regards

For one site (a bank), java plugin throws a security exception, instead of asking confirm to certificate. Operating system: SunOS 5.11 snv_151a i86pc i386 i86pc Firefox 3.6.13 (same result on 3.6.10) Steps I use to reproduce: open: "http://www.danskebank.dk/da-dk/privat/netbank/pages/netbank.aspx" select: "Log-on" (top right) and "Netbank (NemID)" Expected: Window with Certification confirmation (danid.dk) Actual: Security Exception On other version of firefox (3.6.2) and os (Windows Vista), I get expected result. Is it a bug, and if so is it a bug in firefox or java (my operating system version, of course)? regards

Tất cả các câu trả lời (5)

more options

You can try to clear the Java cache.

more options

Thank you - yes, this have suggested with some similar problems. In this case, however it changes nothing.

Have tried: - java cache - firefox cache - update java and plugin (22 -> 23) - update firefox (6.10 -> 6.13)

Still no luck

more options

What kind of security exception do you get?

The site is verified by a VeriSign Class 3 Secure Server CA - G2 certificate that links to a build-in VeriSign root certificate.

You can try to remove the stored intermediate certificates from VeriSign in Certificate Manager.

  • Edit > Preferences > Advanced > Encryption: Certificates > View Certificates : Authorities

The stored intermediate certificates as "Software Security device" and the build-in root certificates show as "Builtin Object Token". Don't remove the latter.

Rename (or delete) the file cert8.db (cert8.db.old) in the Profile Folder to remove all intermediate certificates that Firefox has stored by visiting secure websites.

Được chỉnh sửa bởi cor-el vào

more options

The exception is "java.lang.SecurityException: attempted to open sandboxed jar https://applet.danid.dk/bootapplet/634291738804295661 as Trusted-Only" (full stacktrace under "More system Details")

Well, I am not sure if I got it right, but:

Deleted all with "Software Security Device" Closed firefox, deleted cert8.db. Open firefox and try - same result. Check certificates : VeriSign G2 and G3 have been added under Software (without confirmation)??

more options

Stupid me!:

I had saved a restricted java.policy file (for development purposes) under my home directory. Deleting it solves this issue in my case.