Content view removal fails on Foreman 2.0.1

No, the results are the same but the error message changed. Although I do not see any connection, this may be related to another issue after upgrade, described at: Install error when upgrading 1.24.3 to 2.0.1

[root@s2-foreman ~]# hammer content-view delete --name "EL7 Graylog 3.2"
Could not delete the content view:
  There was an issue with the backend service pulp3: SSL_connect returned=1 errno=0 state=error: certificate verify failed (error number 1)

[root@s2-foreman ~]# foreman-rake console
Loading production environment (Rails 5.2.1)
irb(main):001:0> SmartProxyFeature.joins(:feature).where("#{Feature.table_name}.name" => "Pulpcore" ).pluck(:smart_proxy_id, :settings)
=> [[1, {"pulp_url"=>"https://localhost", "mirror"=>false, "content_app_url"=>"https://localhost:24816/"}]]
irb(main):002:0>