Open alanchrt opened 5 years ago
@sourishkrout Related to #17, or is this still a separate issue (ie. .NET can terminate TLS on its own without IIS)?
@alanctkc it supports TLS w/o IIS when I add the intermediate cert to the root bundle (hacky). do we have any other docs that suggest doing that to get around lack of intermediate support?
Yes, we do! We have to add the intermediate to the root in MySQL clients, and we make mention of it on the server side, even though we don't bundle the intermediate there.
Great. I will model .NET
's after this referencing the open github bug.
This could probably be split into multiple issues. I'm not sure what the options are here.