Hello Jess,
$ curl -I -v https://kaltura.myserver.bla
shows:
- Rebuilt URL to: https://kaltura.myserver.bla/
- Trying x.y.z.q…
- TCP_NODELAY set
- Connected to kaltura.myserver.bla (x.y.z.q) port 443 (#0)
- ALPN, offering http/1.1
- Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
- successfully set certificate verify locations:
- CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs - TLSv1.2 (OUT), TLS header, Certificate Status (22):
- TLSv1.2 (OUT), TLS handshake, Client hello (1):
- TLSv1.2 (IN), TLS handshake, Server hello (2):
- TLSv1.2 (IN), TLS handshake, Certificate (11):
- TLSv1.2 (IN), TLS handshake, Server key exchange (12):
- TLSv1.2 (IN), TLS handshake, Server finished (14):
- TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
- TLSv1.2 (OUT), TLS change cipher, Client hello (1):
- TLSv1.2 (OUT), TLS handshake, Finished (20):
- TLSv1.2 (IN), TLS change cipher, Client hello (1):
- TLSv1.2 (IN), TLS handshake, Finished (20):
- SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
- ALPN, server did not agree to a protocol
- Server certificate:
- subject: OU=Domain Control Validated; CN=*.myserver.bla
- start date: Mar 1 17:06:38 2016 GMT
- expire date: Mar 1 17:06:38 2019 GMT
- subjectAltName: host “kaltura.myserver.bla” matched cert’s “*.myserver.bla”
- issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; OU=http://certs.godaddy.com/repository/; CN=Go Daddy Secure Certificate Authority - G2
- SSL certificate verify ok.
HEAD / HTTP/1.1
Host: kaltura.myserver.bla
User-Agent: curl/7.55.1
Accept: /
< HTTP/1.1 302 Found
HTTP/1.1 302 Found
< Date: Mon, 01 Jan 2018 21:04:09 GMT
Date: Mon, 01 Jan 2018 21:04:09 GMT
< Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16
< Location: https://kaltura.myserver.bla/start/index.php
Location: https://kaltura.myserver.bla/start/index.php
< Content-Type: text/html; charset=iso-8859-1
Content-Type: text/html; charset=iso-8859-1
<
- Connection #0 to host kaltura.myserver.bla left intact
and # apachectl -t -DDUMP_VHOSTS
shows
Passing arguments to httpd using apachectl is no longer supported.
You can only start/stop/restart httpd using this script.
If you want to pass extra arguments to httpd, edit the
/etc/sysconfig/httpd config file.
VirtualHost configuration:
x.y.z.q:* kaltura.myserver.bla (/etc/httpd/conf.d/zzzkaltura.ssl.conf:22)
*:443 kaltura.myserver.bla (/etc/httpd/conf.d/ssl.conf:56)