You are not logged in.
Hi everyone!
I'm a beginner of mORMot. I just built a Https server with THttpApiServer and added a url like this: fServer.AddUrl('root','443',true,'+',true);
Then I used an https client to visit this sverver, it worked.
But when I use FireFox browser to visit this sverver ,it did not work and prompt: errcode: SSL_ERROR_UNSUPPORTED_VERSION, This website may not support TLS 1.2.
I thought mORMot support TLS 1.2 by default.
So my question is : How do I setup my server to support TLS 1.2?
Thanks very much!
Best Regards.
Offline
What OS are you using?
TLS 1.2 support comes from the OS, for Windows this support was introduces with Windows 8.1.
Regards,
Daniel
Offline
Hi Daniel!
I'm using Windows7. As you have said, TLS 1.2 is supported by OS.
I modified some register items in regedit to enable TLS 1.2, It works.
Thanks a lot for reminding me.
Regards
Offline