ContributionsMost RecentMost LikesSolutionsRe: How to set the SSL keystore on VirtServer? Hi Dominik, The config looks okay. Just to double check have you restarted your virtServer after changing the configuration? If you have restarted the server and still it did not pick the config let us know the which version of virtServer are you running, we can try to reproduce the issue here. Regards, Shadid Chowdhury SmartBear Sweden. Re: How to set the SSL keystore on VirtServer? Dear Dominik, Can you paste part of the config where you have virtSSL (without the passwords)? Regards, Shadid Chowdhury SmartBear Sweden Re: How to integrate LADP into VirtServer? Hi, Right now this is not supported out of the box. But feel free to report a feature request for this: https://community.smartbear.com/t5/Ready-API-Feature-Requests/idb-p/ReadyAPIFeatureRequests Regards, Shadid Chowdhury SmartBear Sweden Re: How to set the SSL keystore on VirtServer? Hi, You need to create or copy the keystore to the Linux system where you are running the VirtServer. Then you need to update the VirtServer configuration file (<installation-dir>/bin/virt-server.yml). In the config file you need to un-comment the virtSSL section and update the keystore information according to your setting. # SSL configuration for virts #virtSSL: #virtKeystorePath: /path/.keystore #virtKeystorePassword: keystoreSecret #virtKeyPassword: keySecret #virtTrustStorePath: /path/.keystore #virtTrustStorePassword: trustStoreSecret Here you can find more details about VirtServer configuration http://readyapi.smartbear.com/virtserver/reference/settings. Regards, Shadid Chowdhury SmartBear Sweden Re: Mock/Virtualise only when real service is down Hi, You can try the conditional routing feature for this. It lets you script. So you have to make a http request to the real server using groovy script and then return route true/false based on the response. This feature is described here http://readyapi.smartbear.com/servicev/routing/script . Hope this helps! Regards, Shadid Chowdhury Re: ServiceV selective routing Hi JeroenVdb and LoundesM, Thanks again for explaining the need and scenarios. We really appreciate it! Good news is we have already added groovy scripting support for routing, which will be coming in the next version. Regards, Shadid Chowdhury SmartBear Sweden. Re: WS-S signing in VirtServer I have created an issue for this on our internal issue tracker. We will get back to you when this is fixed. Regards, Shadid Chowdhury SmartBear Sweden Re: WS-S signing in VirtServer Right now, we are not copying the WSS configs while deploying virts on virtServer. So, I would say this is not supported out of the box on virtServer. Regards, Shadid Chowdhury SmartBear Sweden Re: ServiceV selective routing Hi JeroenVdb, Right now routing can be configured on virt level or REST Action(method + resource)/ WSDL operation level. As I understood you want more control on the action/operation level. So for each action/operation you can configure routing depending on values in incoming request. Is that correct assumption? Regards, Shadid Chowdhury SmartBear Sweden. Re: Http Status Codes Hi again, Right now, this is not possible. It is the underlying HttpServletResponse which sets the reason phrase from the status code, and 428 is not there so it does not find any mapping reason phrase. By the way, as a workaround you can send a custom header in the response with the reason phrase (Precondition Required), if that helps. Regards, Shadid