java -jar ./target/scala-2.11/diffy-server.jar \
-candidate='https://qs.ourproduct.com:80' \
-master.primary='https://stage1.ourproduct.com:80' \
-master.secondary='https://stage2.ourproduct.com:80' \
-service.protocol='https' \
-serviceName='My Service' \
-proxy.port=:8880 \
-admin.port=:8881 \
-http.port=:8888 \
-https.port=:443 \
-rootUrl='localhost:8888' \
-allowHttpSideEffects=true &\
Looks like that feature exists on diffy, but it is not available on opendiffy yet
twitter/diffy#48
Are there plans to add it?