Hi James,

[...]

> You'll need to add a vhost or other SSL (443) entry for that. 

Like below?
   225  #   Per-Server Logging:
   226  #   The home of a custom SSL log file. Use this when you want a
   227  #   compact non-error SSL logfile on a virtual host basis.
   228  CustomLog logs/ssl_request_log \
   229            "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
   230  
   231  </VirtualHost>
   232  <VirtualHost _default_:443>
   233  
   234  <LocationMatch "^/cobbler/web/*">
   235      RewriteEngine on
   236      RewriteRule ^(.*) https://%{SERVER_NAME}/%{REQUEST_URI} [R,L]
   237  </LocationMatch>
   238  
   239  </VirtualHost>

No dice still :-(

Regards,

Zack

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to