WebUI won't save HTTPS certificate key

Linux specific questions, problems.
Post Reply
snakyjake

WebUI won't save HTTPS certificate key

Post by snakyjake »

I'm trying to save the SSL key and certificate from the WebUI.  But QBT won't save it.  There are no error messages describing the problem using the WebUI.

[CAUSE]
The problem is generating the key/certificate using GENRSA.
GENRSA requires a password, and QBT won't accept the key/certificate.

[SOLUTION]
The solution is to generate a key/certificate using x509.

For more information:  Linux WebUI setting up HTTPS with self signed SSL certificates.  The steps need to be updated to reflect the above soultion.
Last edited by snakyjake on Thu Aug 13, 2015 1:40 pm, edited 1 time in total.
ciaobaby

Re: WebUI won't save HTTPS certificate key

Post by ciaobaby »

client version?

have you tried with no certificate pass phrase
snakyjake

Re: WebUI won't save HTTPS certificate key

Post by snakyjake »

Client version:  Not sure.  It was the version before 3.2.3.  I just upgraded, but haven't tested.
By following the steps at the bottom of the instruction page, I created a no password x509 certificate.
Last edited by snakyjake on Tue Aug 18, 2015 4:44 pm, edited 1 time in total.
Post Reply