Hello Again,

I am trying to determine how to configure Knox to talk to a web service with a 
self-signed keystore (we are still in the early days of development) over 
https. So in other words, I want my topology file to have this:

<service>
        <role>HELLOSERVICE</role>
        <url>https://server.running.service:8447/demo</url>
</service>

Instead of this:

<service>
        <role>HELLOSERVICE</role>
        <url>http:// server.running.service:8088/demo</url>
</service>

Can you please point me to some directions about how to go about doing this? I 
thinking that I need to add the web service's keystore to Knox's keystores so 
that it knows who it is talking to, but I'm not sure if there is any additional 
configuration needed or how to go about adding a keystore to Knox. I've found 
some diagrams online indicating that this should be possible, but haven't had 
any luck finding directions.

Thank you!

Jennifer

Reply via email to