Replies: 3 comments 7 replies
-
Hi Johnny, thanks for your kind words and your note. Watson uses the underlying certificate store, so assuming the underlying operating system's certificate store supports it, it should work fine for Watson. I tested with an earlier version on Ubuntu some time ago but neglected to document the steps. I will try to do so in the next week or so. If in the meantime you are able to do it, I'd love the steps to reproduce so I can produce an article similar to the one I provided for Windows. Cheers, Joel |
Beta Was this translation helpful? Give feedback.
-
Well, there's a problem. A second order problem was that I knew about it, but forgot. Please refer to: dotnet/runtime#19752 As of right now, there doesn't appear to be a way to do this using .NET Core or .NET 5/6. There is a solution for Mono with .NET Framework, but I wouldn't suggest using Mono. The solution with Mono uses the Net-net: we're at Microsoft's mercy on this one. I'd suggest using nginx as a front-end with SSL, and leave your app as non-SSL. If you'd like, I can cook up an example with steps for you. Let me know. |
Beta Was this translation helpful? Give feedback.
-
Sample nginx configuration (taken partially from here
|
Beta Was this translation helpful? Give feedback.
-
Hello !
First of all, I would like to say that your program saved me several days of work, about ten hours of training and several weeks of hardship.
However, I am stuck on a tricky point: the use of SSL.
Indeed, the use of it is well documented for the installation.
However, I have two questions on this subject:
1 - Does it allow the use of SSLv3?
2 - [If the answer is "yes" to the one above] What is the procedure to perform in the case of a system under Linux or more precisely, on a Docker container?
The more exact reason for the question:
I am designing a second web server involving the use of SSLv3 particularly.
The problem being that when I looked through all the documentation, I didn't see any specific/equivalent information on this exact topic for this software.
As a result, I don't see how to completely adapt the Windows procedure to a Linux procedure.
I thank you for the good consideration of my message and I wish you an excellent day/evening ;)
Sincerely,
Beta Was this translation helpful? Give feedback.
All reactions