This commit is contained in:
parent
ec8f9d60d5
commit
6ef46ebef2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue