I am trying to connect to an internal web service that uses SSL and self signed certificates
When I try to connect ansible fails, httplib2 gets SSL handshake error with the message "SSL23_GET_SERVER_HELLO:unknown protocol"
connecting to the service from a webbrowser works fine.
any ideas on what I should do to make it work? getting official ssl-certs for the internal systems is not an option.
regards
Jan Mattsson