Page 1 of 1

Unable To Load TLS/SSL Certificate To FileZilla Server

Posted: 2020-03-02 08:01
by joquim105
I just created a TLS/SSL certificate (in Windows) with the following openssl command:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365

After this, I tried to load it in the FileZilla server but it gives me an error that says:

Could not load certificate file: error:0906D06C:PEM
routines:PEM_read_bio:no start line(0)

I already verified that the two certificates (key and crs) don't contain any blank spaces, and don't have ^M at the end of any line. What could be the cause of this?

Re: Unable To Load TLS/SSL Certificate To FileZilla Server

Posted: 2020-03-02 09:37
by boco
Could you try

openssl req -x509 -outform PEM -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365


My personal, working:

openssl.exe req -new -config openssl.cfg -outform PEM -newkey rsa:2048 -x509 -sha256 -days 365 -nodes -verbose -out "certificate.crt" -keyout "certificate.key"

Re: Unable To Load TLS/SSL Certificate To FileZilla Server

Posted: 2020-09-02 17:47
by swiftsafe
Unable to load via TLS/SSL on azure cloud servers.


always getting same error.

any suggetions on this security issue ???

by
thanks & regards
Swiftsafe Cybersecurity Solutions