Displaying 20 results from an estimated 40000 matches similar to: "Secure Connection Failed"
2020 Jun 11
2
SSL-Question
I copy certificate.crt and private.key to one file and this file convert to
.pem.
This is in icecast error.log:
[2020-06-11 13:37:30] INFO main/main.c Icecast 2.4.4 server started
[2020-06-11 13:37:30] INFO yp/yp.c YP update thread started
[2020-06-11 13:37:30] WARN connection/connection.c Invalid private key
file ./cert/icecast.pem
[2020-06-11 13:37:30] INFO connection/connection.c No SSL
2020 Jun 19
2
SSL-Question
Hello!
Can you anybody help me to create ssl certificate and install to my icecast?
pLEASE!
V V čet., 11. jun. 2020 ob 16:40 je oseba Ervin Bizjak <
ervin.bizjak at gmail.com> napisala:
> from zerossl.com download .zip file. In this file are: ca_bundle.crt,
> certificate.crt andprivate.key
>
> V V čet., 11. jun. 2020 ob 16:39 je oseba Ervin Bizjak <
> ervin.bizjak at
2020 Jun 11
2
SSL-Question
I from zerossl.com download .zip file. In this file are: ca_bundle.crt,
certificate.crt and
V V čet., 11. jun. 2020 ob 16:28 je oseba Paul Martin <pm at nowster.me.uk>
napisala:
> On Thu, Jun 11, 2020 at 02:17:23PM +0200, Ervin Bizjak wrote:
> > I copy certificate.crt and private.key to one file and this file convert
> to
> > .pem.
>
> That won't work. OpenSSL
2020 May 08
3
SSL
Hello!
I'm create free SSL in ZeroSSL. Now download certificate. In zip are:
ca_bundle.crt, certificate.crt and private.key.
How do I now create .pem?
Please help me!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200508/55117438/attachment.htm>
2019 Dec 11
0
SSL
Hi Ervin,
Let's Encrypt service is probably what you want for a TLS certificate
provider, though you can search for other free cert providers. I first
used https://zerossl.com/ with their online tools to create the cert.
After a couple of manual renewals I downloaded their cmd line tool
(le64.exe), for which I created a PowerShell script to automate the
renewals.
Keep in mind that the
2020 Jun 11
3
SSL-Question
Hello!
Sorry, but SSL in my windows where is installed icecast not work.
Create certificate (.crt) and convert to .pem with openssl x509 -in
mycert.crt -out mycert.pem -outform PEM
certificate.pem copy to c:/icecast/cert/
Edit icecast.xml:
<ssl-certificate>./cert/icecast.pem</ssl-certificate>
<listen-socket>
<port>8443</port>
<ssl>1</ssl>
2020 May 10
2
SSL
Yes, make for this step, but not work
V V ned., 10. maj 2020 ob 15:11 je oseba Paul Martin <pm at nowster.me.uk>
napisala:
> On Fri, May 08, 2020 at 02:04:10PM +0200, Ervin Bizjak wrote:
> > Hello!
> >
> > I'm create free SSL in ZeroSSL. Now download certificate. In zip are:
> > ca_bundle.crt, certificate.crt and private.key.
> >
> > How do I now
2024 Jan 07
1
Secure Connection Failed
V?Sun, Jan 07, 2024 at 04:41:17PM +0000,?John napsal(a):
> I have installed Icecast and have it working. I'm now trying to make it work
> with https. I've configured it as per instructions - at least, I believe
> I have - and when it try to connect to it, I get an error page that says:
>
>
> Secure Connection Failed
>
> An error occurred during a connection to
2019 Dec 10
4
SSL
Hello!
I use Icecast and windows 8 for streaming my radio.
Can you anybody help me *step by step* where do I get a find free SSL,
which file need, in which folder put ssl file and how modify icecast.xml.
Thank you so much for any help.
Ervin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Jun 29
4
SSL-Question
Non SSL wor perfectly, but i need https://IP:8443 for another listeners.
This I need, because chrome not play player in my web site (mixed content).
Now is in my player in web site http://ip:8000, but website run in https
V V pon., 29. jun. 2020 ob 09:15 je oseba Railgun <railgun.michael at gmail.com>
napisala:
> Try non SSL connection for localhost
>
> Ervin Bizjak
2020 Jun 11
0
SSL-Question
Hi
This is for Linux but you might be able to find something useful in there
for your situation:
- https://serverok.in/centovacast-enable-ssl-on-icecast
If you are using Letsencrypt then this, IMHO, is a good way to make the
icecast.pem file:
cat privkey.pem fullchain.pem > icecast.pem
The above creates a useful SSL cert format which, for example, a range of
devices are able to
2020 Jun 28
2
SSL-Question
my ERROR.log show:
[2020-06-28 07:54:24] INFO main/main.c Icecast 2.4.4 server started
[2020-06-28 07:54:24] DBUG yp/yp.c Updating YP configuration
[2020-06-28 07:54:24] INFO yp/yp.c YP update thread started
[2020-06-28 07:54:24] INFO connection/connection.c SSL certificate found
at icecast.pem
[2020-06-28 07:54:24] INFO connection/connection.c SSL using ciphers
2020 Jun 26
2
SSL-Question
Yes I fix .pem. chiphers line = 758 characters
V V pet., 26. jun. 2020 ob 14:45 je oseba Paul Martin <pm at nowster.me.uk>
napisala:
> On Wed, Jun 24, 2020 at 01:01:38PM +0200, Ervin Bizjak wrote:
> > Hello!
> > I edit .pem file and now is the same as you specifie, but not work.
> >
> > Error.log display:
> > [2020-06-24 12:54:54] INFO main/main.c Icecast
2020 May 10
0
SSL
On Fri, May 08, 2020 at 02:04:10PM +0200, Ervin Bizjak wrote:
> Hello!
>
> I'm create free SSL in ZeroSSL. Now download certificate. In zip are:
> ca_bundle.crt, certificate.crt and private.key.
>
> How do I now create .pem?
It's probably best to join the files together. Hopefully they're text
files, so just
cat ca_bundle.crt certificate.crt private.key >
2019 Jul 31
2
SSL-Question
Hello!
Where do I find tutorial how to install and setup ssl and which certificate
is for icecast?
Thank you
V V sre., 31. jul. 2019 ob 15:13 je oseba Per Gunnarsson <
per.gunnarsson at yandex.com> napisala:
> I have one listening socket for http and one separate for https.
>
> It looks like this:
>
>
> <listen-socket>
>
2020 Jun 23
2
SSL-Question
Hello!
Thank you for help.
CAT not working for me, because I use windows8, not Linux.
Certificate convert in this command:
type certificate.crt ca_bundle.crt private.key > icecast.pem
Copy icecast.pem in root of icecast, this is: D:\Icecast/
Run icecast and error.log display:
[2020-06-23 07:29:36] INFO main/main.c Icecast 2.4.4 server started
[2020-06-23 07:29:36] DBUG yp/yp.c Updating YP
2020 Jun 29
2
SSL-Question
And what should I do now? What suggestion?
An IP-based certificate cannot be created or registered.
V V ned., 28. jun. 2020 ob 20:05 je oseba Paul Martin <pm at nowster.me.uk>
napisala:
> On Sun, Jun 28, 2020 at 08:03:59AM +0200, Ervin Bizjak wrote:
> > I not use domain for my icecast, but only localhost
> http://localhost:8000
> > and https://localhost:8443. and
2020 Jun 29
2
SSL-Question
Thanks for the reply.
And how do you have it then left it arranged? I have a windows system. Like
I said I have a domain that is just parked and entered in the dns, but I
don’t use it. This certificate also belongs to this domain.
V V pon., 29. jun. 2020 ob 11:26 je oseba Paul Martin <pm at nowster.me.uk>
napisala:
> On Mon, Jun 29, 2020 at 09:20:37AM +0200, Ervin Bizjak wrote:
>
2020 Jun 27
2
SSL-Question
I set icecast.xmp:
<listen-socket>
<port>8000</port>
</listen-socket>
<listen-socket>
<port>8443</port>
<ssl>1</ssl>
</listen-socket>
8000 work, 8443 not work. If set ssl to port 8000 not work nothing
V V sob., 27. jun. 2020 ob 18:13 je oseba Paul Martin <pm at nowster.me.uk>
napisala:
2020 Jun 24
2
SSL-Question
Hello!
I edit .pem file and now is the same as you specifie, but not work.
Error.log display:
[2020-06-24 12:54:54] INFO main/main.c Icecast 2.4.4 server started
[2020-06-24 12:54:54] DBUG yp/yp.c Updating YP configuration
[2020-06-24 12:54:54] INFO yp/yp.c YP update thread started
[2020-06-24 12:54:55] INFO connection/connection.c SSL certificate found
at icecast.pem
[2020-06-24 12:54:55]