Replies: 2 comments 4 replies
-
Hey, Prism does not support running an HTTPS server at all.
You might want to explain the use case a little bit better; ideally Prism should be behind your protected network so that no data goes out of your cloud env at all. |
Beta Was this translation helpful? Give feedback.
-
I tried a few requests to proxy and mock prism servers and faced with strange behaviour. In my case it seems, that prism validate only content-types and existence of path, but not types of property or formats or required flag, etc. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is there any command to run prism in proxy mode with trusted self-signed ca? I have structure: prism-proxy -> nginx-reverse-proxy(self-signed) -> web-services(self-signed). I can setup nginx reverse proxy to handle unencrypted http connection, but it seems that it's a wrong way, because for contract testing real data can be used and in some cases it's inappropriate to keep this data unencrypted (card data, passport data, etc.).
Is it posible to setup ssl certificate for prism-proxy? Or it's not correct? And I have to up another nginx reverse proxy container for that or put it behind existed one?
Beta Was this translation helpful? Give feedback.
All reactions