I am trying to achieve on Azure something similar as ALB on AWS. Where you can assign a certificate to ALB and you can use https. Where SSL is being terminated at load balancer and request is then forwarded to the services as normal http request.
I am running DCOS on azure (I have created it based on the documentation on their site) and I am trying to set up https. I have read many documentations that I can achieve this with Application Gateway, but somehow I am not being able to make it to work. I have chosen:
Virtual machine
as Backend pool and set VIRTUAL MACHINE asdcos-master
and NETWORK INTERFACE asdcos-master-nic
, that did not help.
Later I have tried with:
VMSS
setting and set VIRTUAL MACHINE asdcos-agent-public
and NETWORK INTERFACE asagentNodeNic
, that did not help as well.
As last resort I have chosen:
IP Address or FQDN
setting and there I have set NAME as Public IP ofdcos-agent-lb
and that did not help either.
I have checked all the Inbound ports for master
and agent
as well.
Anyone have experience with setting this up?