• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to get avoid the 'security information' message when downloading PDF over https

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everybody,
I am having a problem when I download a PDF file from the servlet to the client over https in my application: just bevore the acrobat reader opens
a 'security information' window is displayed. Can I somehow avoid this behavior? I tried all kinds of acrobat and explorer settings, but the window keeps popping up....
Please write me, if you know some solution to my problem.
Thank you!
Regards,
Felix
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this a window telling you about the certificate? If so, you can add that certificate as trusted in your browser. Alternatively, make sure that the certificate is valid and hasn't expired.
reply
    Bookmark Topic Watch Topic
  • New Topic