This commit is contained in:
cxt 2019-07-27 15:31:31 +08:00
parent ec8f9d60d5
commit 6ef46ebef2
1 changed files with 2 additions and 2 deletions

View File

@ -657,8 +657,8 @@ module ProjectsHelper
}
http = Net::HTTP.new(send_che_uri.host, send_che_uri.port)
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
http.use_ssl = true
# http.verify_mode = OpenSSL::SSL::VERIFY_NONE
# http.use_ssl = true
begin
Rails.logger.info("#############info: #{send_che_uri.request_uri}")
request = Net::HTTP::Post.new(send_che_uri.request_uri)