-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The setting for service.protocol option may is not in effect #84
Comments
For https requests, please just include the protocol in the base urls. e.g. https://yourdomain.com/basePathPrefix |
Hi @puneetkhanduri, am I missing anything here? java -jar diffy.jar -candidate='qa-chatbot-configurations-api.aws.phenom.local:80' -master.primary='qa-chatbot-configurations-api.aws.phenom.local:80' -master.secondary='qa-chatbot-configurations-api.aws.phenom.local:80' -service.protocol='http' -serviceName='My-Service' -proxy.port=:31900 -admin.port=:8881 -http.port=:8888 -rootUrl='localhost:8889' The issue is even if I am passing these the jar file is not honoring it. can you please check once. |
May Diffy not support https traffic proxy? @puneetkhanduri I didn't find any paramters to set https certificate, like: |
i set the value of the service.protocol option to "https":
but the settings value in Diffy UI is also "http"
and when i send https request, the resonse retures:
The text was updated successfully, but these errors were encountered: