running Seq server against two domains and two certificates #2280
-
our specific situation is that we currently access Seq from a whitelisted IP over the internet, but i need to make it more secure. should this work? if so i know to keep digging. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Matt, thanks for your message.
https://docs.datalust.co/docs/https-on-windows To find out which web server you're using, Let me know if this helps :-) |
Beta Was this translation helpful? Give feedback.
Hi Matt, thanks for your message.
bind-ssl
will only apply if your Seq install is using HTTP.sys; if it's using Kestrel, then Seq will look inPersonal/Certificates
for matching certs:https://docs.datalust.co/docs/https-on-windows
To find out which web server you're using,
seq config get -k api.webServer
will printKestrel
if it's in use. Otherwise, the instance is using HTTP.sys.Let me know if this helps :-)