Replies: 1 comment
-
Thanks for your interest in Backend.AI The relevant setting in webserver.conf is :
You can write as:
Often the private key is stored in the same file as the certificate; in this case, you can use the same file for both.
If you have a favorite reverse proxy server like Nginx or HAProxy, you can also use that to terminate SSL and forward requests to the webserver instead of enabling SSL in the webserver itself. If you have any questions, please feel free to ask. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the last event of hands-on session, I've been testing the installation on my local machine and want to proxy requests accessing port 8090 through HTTPS communication.
It seems that I need to change the settings accordingly, but I can't find the relevant parts in the configuration. The most likely area appears to be the webserver settings, but I'm not sure if there are any specific settings there either.
When I request a web page, config.toml is transmitted. In its contents, I can see that the endpoint address is exposed as an internal address. It seems that requests are made to addresses under func/ based on this address.
[general]
apiEndpoint = "http://10.2.3.4:8090"
Can you provide information about the relevant settings for this?
Beta Was this translation helpful? Give feedback.
All reactions