Skip to content

Accessing CCF application from outside Azure environment #2299

Answered by achamayou
psfoley asked this question in Q&A
Discussion options

You must be logged in to vote

public-rpc-address would typically be set either to the public IP that routes to the VM, or to the DNS pointing to that. Setting that value to a local interface will cause problems, for example when asking the network where to reach the primary (a local IP will be returned, typically not accessible to the client).

A typical configuration would look like:

rpc-address = "${local_ip_address}:443"
node-address = "${local_ip_address}:6600"
public-rpc-address = "${public_ip_address}:443"
san = "dNSName:xyz.eastus.cloudapp.azure.com" where xyz.eastus.cloudapp.azure.com resolves to public_ip_address

Are you able to provide any details on the connection issue you are seeing? Can you successfully t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@psfoley
Comment options

@achamayou
Comment options

@psfoley
Comment options

Answer selected by eddyashton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants