Adding support for certifacte authorities

Post Reply
mjacobson
Posts: 204
Joined: Fri Feb 08, 2002 3:35 pm

Adding support for certifacte authorities

Post by mjacobson »

I have a vortex application that makes a call to an application running on https protocol. Is there a way to add a trusted store to the application so my script will trust the cert from the remote application?

The remote application presents a server cert but doesn't require a cert to get information.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Adding support for certifacte authorities

Post by mark »

Vortex doesn't currently check authorities so all are implicitly accepted. No need for a CA store.
Post Reply