Unable To Load TLS/SSL Certificate To FileZilla Server

Have the feeling that everybody is staring at you in the other forums? Then look here, in this forum nobody does care what you say ;-)

Moderator: Project members

Post Reply
Message
Author
joquim105
500 Command not understood
Posts: 1
Joined: 2020-02-26 15:02
First name: Joquim
Last name: Fernandes

Unable To Load TLS/SSL Certificate To FileZilla Server

#1 Post by joquim105 » 2020-03-02 08:01

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?

User avatar
boco
Contributor
Posts: 26899
Joined: 2006-05-01 03:28
Location: Germany

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

#2 Post by boco » 2020-03-02 09:37

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"
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Please do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###

swiftsafe
500 Command not understood
Posts: 1
Joined: 2020-09-02 17:42
First name: swift
Last name: safe

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

#3 Post by swiftsafe » 2020-09-02 17:47

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

Post Reply