You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that you can have firefly listen over https, but how do you tell it which ssl certificate to use so that it doesn't reject incoming requests over https?
Is this done via httpcfg.exe or netsh.exe like you would for the .NET System.Net.HttpListener class? Can you do it programmatically?
I couldn't find any examples or documentation.
The text was updated successfully, but these errors were encountered:
I understand that you can have firefly listen over https, but how do you tell it which ssl certificate to use so that it doesn't reject incoming requests over https?
Is this done via
httpcfg.exe
ornetsh.exe
like you would for the .NETSystem.Net.HttpListener
class? Can you do it programmatically?I couldn't find any examples or documentation.
The text was updated successfully, but these errors were encountered: