• 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

untrusted server cert chain with a trusted certificate issued by Verisign

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

Ive been struggling to fix an issue we have were we are trying to make a connection to a website that has a certificate issued by Verisign.
Ive already read lots of forums which say the same that the error I have is because my certificate is untrusted and I should add it to my cert store, which I already did.

My question is what could be other possible reasons for this exception to be thrown when im using a trusted certificate and the certificate is already in the cert store.

Note: We can make connections to other websites using certificates trusted by Verisign so im trying to figure out what could be wrong with the certificate or with the server we are making the connection with

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic