fd7ea2c Remove workaround for CA running check

3 files Authored by ftweedal 8 years ago, Committed by mbasti 8 years ago,
    Remove workaround for CA running check
    
    A workaround was introduced for ticket #4676 that used wget to
    perform an (unauthenticated) https request to check the CA status.
    Later, wget was changed to curl (the request remained
    unauthenticated).
    
    Remove the workaround and use an http request (no TLS) to check the
    CA status.  Also remove the now-unused unauthenticated_http_request
    method, and update specfile to remove ipalib dependency on curl.
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+0 -2
file modified
+3 -22