Hello Community members,
I followed this link community.dynamics.com/.../web-services-steps-to-change-web-services-address-from-http-to-https-in-microsoft-dynamics-gp of to use https and implement workflow approvals over emails.
I am facing few issues now, i took all the steps you told in this link, used the same ports as you mentioned in the steps.
I can approve/reject on/off the domain on port 48620 and off-domain i can use 48622 for approval/rejection but not 48620, both things are being done using Http not Https.
When i use Https i can't approve/reject on/off domain on neither of the ports 48620,48622.
I used the files you added and did the steps(changes) that were mandatory, had few errors but got rid of them, now approval is being done but off-domain and that too using Http, it is strange.
When i try to use Https on either of ports, it gives me following error, On/Off domain error= "The connection for this site is not secure".
path port on-domain off-domain
HTTP 48620 NO-ERROR NO-ERROR
HTTP 48622 ERROR NO-ERROR
HTTPS 48620 ERROR ERROR
HTTPS 48622 ERROR ERROR
I'm able to browse native endpoints from both http/https and I'm able to get into dynamics security console and web services exception console without any errors, plus policies are visible. I'm using a third party cert and also applied the settings required in the workflow setup window. Please guide