Thread: HTTPS?
View Single Post
Old 08-17-2017, 04:17 PM   #3
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,210
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by chaley View Post
It supports it now, but only using a URL, for example https://foo.bar.com/. If the URL doesn't specify a port then 443 is used. I use SSL (https) on my personal content server.

The reason CC requires a URL is that SSL certificate verification (almost always) requires a host name, not an IP address. CC does not support self-signed certificates. Actually, it is better to say that the underlying http library (apache) doesn't support self-signed certs without a bunch of extra work that I am not interested in doing.
So basically I would need to use the same setup I would use for a private email server. I.e. get a host name from a domain registrar or one from freedns.afraid.org or similar service.

Get a CA from letsencrypt.org instead of using one of my self signed ones.

I did not find any information in the FAQ.


bernie
gbm is offline   Reply With Quote