The certificate popup window warnings are a real-time suck for me in dev environments that don't have proper certificates when calling arcpy.CreateGeocodeSDDraft. Can a parameter be added to the arcpy server calls to suppress the warning? This problem makes arcpy useless in some situations.
print "Create sddraft"
analyze_message = arcpy.CreateGeocodeSDDraft(loc_path=loc_path,
out_sddraft=out_sddraft,
service_name=service_name,
server_type=server_type,
connection_file_path=connection_file_path,
copy_data_to_server=copy_data_to_server,
supported_operations=supported_operations,
folder_name=folder_name)
suppress certificate warning