bncbnc83 2 Posted May 6, 2015 Posted May 6, 2015 (edited) Hello i have a problem. my https chain dont work, if i look in my pfx file, it looks like all files are there, but if i run a ssl test it only sees my certificate. Someone who knows what i done wrong ? openssl req -new -newkey rsa:2048 -nodes -out name.csr -keyout name.key -subj "/C=na/ST=name/L=name/O=name/OU=name/CN=server.domain.com" Got certicate and chain files from namecheap and run openssl pkcs12 -export -out certificate.pfx -inkey name.key -in name.crt -certfile chain.crt and choose the pfx file in mediabrowser I run media browser in docker on ubuntu Ubuntu 14.10 hope someone can help Edited May 24, 2015 by bncbnc83
opsoyo 0 Posted May 23, 2015 Posted May 23, 2015 **Not sure if you ever got this fixed, but for future viewers with any kind of problem like this: Try combining your chain.crt with your name.crt file. They are just text files. Be sure to copy the entire block from "-----BEGIN CERTIFICATE-----" to "-----END CERTIFICATE-----" from the chain.crt to the name.crt file. And, make sure all the files are in the same directory as the openssl executable. Otherwise, I suggest you use absolute paths for your files, just to be sure.
bncbnc83 2 Posted May 24, 2015 Author Posted May 24, 2015 **Not sure if you ever got this fixed, but for future viewers with any kind of problem like this: Try combining your chain.crt with your name.crt file. They are just text files. Be sure to copy the entire block from "-----BEGIN CERTIFICATE-----" to "-----END CERTIFICATE-----" from the chain.crt to the name.crt file. And, make sure all the files are in the same directory as the openssl executable. Otherwise, I suggest you use absolute paths for your files, just to be sure. Hello and thanks for your respons. i have tryed that, and it didnt work :-(
opsoyo 0 Posted May 24, 2015 Posted May 24, 2015 Are you receiving an kind of errors from openssl when you run the command? Post a snapshot of the output from Terminal or copy the text here, please. Oh, and what's the version of openssl (run "openssl version")?
bncbnc83 2 Posted May 24, 2015 Author Posted May 24, 2015 i get no errors. but when i use the pfx and test the certificate it says the chain is broken on https://www.sslshopper.com/ssl-checker.html but after i have read http://emby.media/community/index.php?/topic/21017-ssl-errrors-with-startssl-cert/ i think it is a mono error
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now