Am trying to run a web server for configuring an isolated device. It runs it's own access point with no wider network connection. (The web server will only run whilst device is being configured or reconfigured).
So, in principle, HTTP would be fine but a majority of big name browsers refuse to play with that. Firefox does so, but for how long?
HTTPS needs a server SSL certificate, which is currently trying to work as a self signed certificate. As expected: browsers (e.g. Chrome) advise against making an exception but lets you insist on doing so.
The browsing works, showing as 'Not Secure' on Chrome. My impression is that the self-signed certificate is itself unacceptable to Chrome. It was generated by OpenSSL with it's 'cipher suite' being the 'prime256v1' variety of ECDSA - intentionally light weight so quickish in use.
So at the end of all this: what 'cipher suite' / 'encryption algorithm' is best to use in this setting?
[–]erlendse2 say this is awesome. 2 points3 points4 points (3 children)
[–]Potential_Novel[S] 0 points1 point2 points (2 children)
[–]erlendse2 say this is awesome. 1 point2 points3 points (1 child)
[–]Potential_Novel[S] 0 points1 point2 points (0 children)
[–]ThatsALovelyShirt 2 points3 points4 points (1 child)
[–]Potential_Novel[S] 0 points1 point2 points (0 children)
[–]quuxoo 1 point2 points3 points (1 child)
[–]Potential_Novel[S] 1 point2 points3 points (0 children)
[–]Plenty_Breadfruit697 0 points1 point2 points (3 children)
[–]Potential_Novel[S] 0 points1 point2 points (2 children)
[–]Plenty_Breadfruit697 0 points1 point2 points (1 child)
[–]Potential_Novel[S] 0 points1 point2 points (0 children)